This commit is contained in:
2022-04-23 11:05:07 +00:00
committed by Gitea
parent cfb1dbe276
commit 4fa227c452
3 changed files with 23 additions and 22 deletions

View File

@ -7,7 +7,8 @@ module.exports = {
],
rules: {
// override/add rules settings here, such as:
'vue/max-attributes-per-line': 'off'
'vue/max-attributes-per-line': 'off',
'vue/singleline-html-element-content-newline': 'off',
// 'vue/no-unused-vars': 'error'
},
parser: "vue-eslint-parser",