13 lines
157 B
Plaintext
13 lines
157 B
Plaintext
|
{
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 6,
|
||
|
"sourceType": "module",
|
||
|
"ecmaFeatures": {
|
||
|
"jsx": true
|
||
|
}
|
||
|
},
|
||
|
"rules": {
|
||
|
"semi": 2
|
||
|
}
|
||
|
}
|