Skip to content

Commit

Permalink
feat: add comma dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 26, 2019
1 parent 3c6f833 commit 6d67750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
},

rules: {
'comma-dangle': ['error', 'always-multiline'],
'max-len': 'off',
'indent': 'off',
'vue/component-name-in-template-casing': ['error', 'kebab-case'],
Expand Down

0 comments on commit 6d67750

Please sign in to comment.