14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
|
{
|
||
|
"rules": {
|
||
|
"no-undef": 2,
|
||
|
"no-unused-vars": 2,
|
||
|
"no-const-assign": 2
|
||
|
},
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2015
|
||
|
}
|
||
|
}
|