Update .eslintrc.js

This commit is contained in:
syuilo 2021-11-19 19:44:27 +09:00
parent 5d968afa74
commit f7c21868fe
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ module.exports = {
"vue/valid-v-for": "warn",
"vue/return-in-computed-property": "warn",
"vue/max-attributes-per-line": "off",
"vue/html-self-closing": "off",
"vue/singleline-html-element-content-newline": "off",
},
globals: {
"require": false,