Skip to content

Commit

Permalink
feat: disable vue/multi-word-component-names
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Nov 22, 2021
1 parent 76afcf5 commit 2836cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ module.exports = {
// 'vue/html-self-closing': 'off',
'vue/no-v-html': 'off',
'vue/require-default-prop': 'off',
'vue/multi-word-component-names': 'off',
},
}
1 change: 1 addition & 0 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ module.exports = {
// 'vue/html-self-closing': 'off',
'vue/no-v-html': 'off',
'vue/require-default-prop': 'off',
'vue/multi-word-component-names': 'off',
},
}

0 comments on commit 2836cc9

Please sign in to comment.