forked from FoundKeyGang/FoundKey
Update .eslintrc.js
This commit is contained in:
parent
cb4d65b5c9
commit
b6e3f1c490
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ module.exports = {
|
||||||
"vue/no-unused-components": "warn",
|
"vue/no-unused-components": "warn",
|
||||||
"vue/valid-v-for": "warn",
|
"vue/valid-v-for": "warn",
|
||||||
"vue/return-in-computed-property": "warn",
|
"vue/return-in-computed-property": "warn",
|
||||||
|
"vue/max-attributes-per-line": "off",
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
"require": false,
|
"require": false,
|
||||||
|
|
Loading…
Reference in a new issue