feature: 配置eslint

This commit is contained in:
zyn
2023-12-18 14:43:01 +08:00
parent 0072aa90e4
commit 7cf21ab52e
+1
View File
@@ -70,6 +70,7 @@ module.exports = {
'singleline': 'never',
'multiline': 'always',
}],
'vue/attribute-hyphenation': 'off', // 关闭 属性名必须使用连字符的规则
},
env: {
browser: true,