18 lines
267 B
JSON
18 lines
267 B
JSON
|
{
|
||
|
"parserOptions": {
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"env": {
|
||
|
"mocha": true,
|
||
|
"es6": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"max-len": "off",
|
||
|
"no-use-before-define": "off",
|
||
|
"require-jsdoc": "off"
|
||
|
},
|
||
|
"globals": {
|
||
|
"browser": true
|
||
|
}
|
||
|
}
|