12 lines
116 B
Plaintext
12 lines
116 B
Plaintext
|
{
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2018
|
||
|
},
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-console": "off"
|
||
|
}
|
||
|
}
|