Skip to content

Commit

Permalink
Allow component names to be single-word
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jan 16, 2022
1 parent dbd8621 commit b726f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ module.exports = {
'singleline': 'beside',
'multiline': 'below',
}],
// Allow single-word components names
'vue/multi-word-component-names': ['off'],
// custom event naming convention
'vue/custom-event-name-casing': ['error', 'kebab-case', {
// allows custom xxxx:xxx events formats
Expand Down

0 comments on commit b726f0c

Please sign in to comment.