20 lines
356 B
JSON
20 lines
356 B
JSON
{
|
|
"env": {
|
|
"browser": false,
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
},
|
|
"extends": "../.eslintrc.json",
|
|
"rules": {
|
|
"consistent-return": "off",
|
|
"func-style": "off",
|
|
"no-console": "off",
|
|
"no-magic-numbers": "off",
|
|
"no-process-exit": "off",
|
|
"no-sync": "off",
|
|
"spaced-comment": "off"
|
|
}
|
|
}
|