14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
}
|
|
},
|
|
"rules": {
|
|
"semi": 2,
|
|
"quotes": ["error", "single"]
|
|
}
|
|
}
|