fix: update vue config

This commit is contained in:
Anthony Fu 2019-07-19 15:32:43 +08:00
parent 7105b268ee
commit cbf7bca6d2
2 changed files with 4 additions and 2 deletions

View File

@ -10,5 +10,7 @@ module.exports = {
plugins: [
'vue'
],
rules: {}
rules: {
'vue/max-attributes-per-line': ['warning', { singleline: 5 }],
}
}

View File

@ -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"
},