Commit 7e23d580 by chuzhixin

🐛 fix: eslint

parent 4f00b5d0
...@@ -15,6 +15,7 @@ module.exports = { ...@@ -15,6 +15,7 @@ module.exports = {
'vue/no-v-html': 'off', 'vue/no-v-html': 'off',
'vue/multi-word-component-names': 'off', 'vue/multi-word-component-names': 'off',
'vue/no-useless-template-attributes': 'off', 'vue/no-useless-template-attributes': 'off',
'vue/no-reserved-component-names': 'off',
}, },
parserOptions: { parserOptions: {
parser: 'babel-eslint', parser: 'babel-eslint',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment