17 lines
149 B
Plaintext
17 lines
149 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 6,
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
|
||
|
"rules": {
|
||
|
|
||
|
}
|
||
|
}
|