Update .eslintrc.js
This commit is contained in:
parent
cb4d65b5c9
commit
b6e3f1c490
|
@ -31,6 +31,7 @@ module.exports = {
|
|||
"vue/no-unused-components": "warn",
|
||||
"vue/valid-v-for": "warn",
|
||||
"vue/return-in-computed-property": "warn",
|
||||
"vue/max-attributes-per-line": "off",
|
||||
},
|
||||
globals: {
|
||||
"require": false,
|
||||
|
|
Loading…
Reference in New Issue