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"],
|
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"prettier/prettier": "error",
|
"prettier/prettier": "error",
|
||||||
"no-console": "warn",
|
"no-console": "warn"
|
||||||
"no-unused-vars": "off"
|
},
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 8
|
||||||
},
|
},
|
||||||
"plugins": ["prettier"],
|
"plugins": ["prettier"],
|
||||||
"overrides": [
|
"overrides": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue