fix: update vue config
This commit is contained in:
parent
7105b268ee
commit
cbf7bca6d2
@ -10,5 +10,7 @@ module.exports = {
|
||||
plugins: [
|
||||
'vue'
|
||||
],
|
||||
rules: {}
|
||||
rules: {
|
||||
'vue/max-attributes-per-line': ['warning', { singleline: 5 }],
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config": "^0.2.0",
|
||||
"@antfu/eslint-config": "^0.2.2",
|
||||
"eslint-plugin-nuxt": "0.4.3",
|
||||
"eslint-plugin-vue": "5.2.3"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user