Skip to content

Commit

Permalink
Enforce component definition names to kebab case
Browse files Browse the repository at this point in the history
  • Loading branch information
ikovac committed Feb 8, 2021
1 parent 4dc4889 commit de324c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = {
['directives', 'filters'],
'components'
]
}]
}],
'vue/component-definition-name-casing': ['error', 'kebab-case']
}
};

0 comments on commit de324c6

Please sign in to comment.