This commit is contained in:
2022-04-23 11:12:35 +00:00
committed by Gitea
parent 4fa227c452
commit c30b33a070
5 changed files with 7 additions and 5 deletions

View File

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