Switch to eslint-config-xo and eslint-plugin-unicorn.
This commit is contained in:
parent
8896827bd0
commit
44e6abcba5
7 changed files with 419 additions and 280 deletions
|
|
@ -6,15 +6,5 @@
|
|||
"parserOptions": {
|
||||
"sourceType": "script"
|
||||
},
|
||||
"extends": "../.eslintrc.json",
|
||||
"rules": {
|
||||
"consistent-return": "off",
|
||||
"func-style": "off",
|
||||
"no-console": "off",
|
||||
"no-magic-numbers": "off",
|
||||
"no-process-env": "off",
|
||||
"no-process-exit": "off",
|
||||
"no-sync": "off",
|
||||
"spaced-comment": "off"
|
||||
}
|
||||
"extends": "../.eslintrc.json"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue