Skip to content

Commit

Permalink
fix: update vue config
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 19, 2019
1 parent 7105b26 commit cbf7bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ module.exports = {
plugins: [
'vue'
],
rules: {}
rules: {
'vue/max-attributes-per-line': ['warning', { singleline: 5 }],
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit cbf7bca

Please sign in to comment.