You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
356 B
19 lines
356 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|