37 lines
No EOL
840 B
JSON
37 lines
No EOL
840 B
JSON
{
|
|
"env": {
|
|
"commonjs": true,
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"airbnb-base"
|
|
],
|
|
"globals": {
|
|
"Atomics": "readonly",
|
|
"SharedArrayBuffer": "readonly"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018
|
|
},
|
|
"rules": {
|
|
"consistent-return": 0,
|
|
"no-console": 0,
|
|
"max-len": 0,
|
|
"no-useless-return": 0,
|
|
"linebreak-style": 0,
|
|
"no-case-declarations": 0,
|
|
"no-shadow": 0,
|
|
"no-restricted-globals": 0,
|
|
"no-plusplus": 0,
|
|
"camelcase": 0,
|
|
"no-eval": 0,
|
|
"global-require":0,
|
|
"import/no-dynamic-require": 0,
|
|
"no-unused-expressions": 0,
|
|
"no-unused-vars": 0,
|
|
"prefer-destructuring": 0,
|
|
"no-return-assign": 0,
|
|
"no-undef": 0
|
|
}
|
|
} |