13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
}
|
|
},
|
|
"rules": {
|
|
"semi": 2, "no-undef": 1
|
|
}
|
|
}
|