Skip to content

Commit

Permalink
chore(lint): set warn on vue/multi-word-component-names & vue/no-rese…
Browse files Browse the repository at this point in the history
…rved-component-names
  • Loading branch information
deepanchal committed Aug 9, 2022
1 parent ee627ca commit 72326da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ module.exports = {
'func-names': 0,
// Vue specific rules
'vue/max-attributes-per-line': 'off',
'vue/multi-word-component-names': 'warn',
'vue/no-reserved-component-names': 'warn',
},

settings: {
Expand Down

0 comments on commit 72326da

Please sign in to comment.