small fix in eslint config
This commit is contained in:
parent
3b39d8cf08
commit
927b0835d8
1 changed files with 4 additions and 2 deletions
|
|
@ -7,8 +7,10 @@
|
|||
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
|
||||
"rules": {
|
||||
"prettier/prettier": "error",
|
||||
"no-console": "warn",
|
||||
"no-unused-vars": "off"
|
||||
"no-console": "warn"
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 8
|
||||
},
|
||||
"plugins": ["prettier"],
|
||||
"overrides": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue