Disable an eslint rule that I don't like.
This commit is contained in:
parent
7b99f9ba0a
commit
e63c8edb77
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@
|
|||
},
|
||||
"rules": {
|
||||
"vue/no-unused-vars": "warn",
|
||||
"no-unused-vars": "warn"
|
||||
"no-unused-vars": "warn",
|
||||
"no-extra-semi": "off"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue