Update .eslintrc.js

This commit is contained in:
syuilo 2021-11-19 19:05:03 +09:00
parent cb4d65b5c9
commit b6e3f1c490
1 changed files with 1 additions and 0 deletions

View File

@ -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,