Skip to content

Commit

Permalink
Add component name casing eslint rule per discussion in dev roundtable
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jul 16, 2023
1 parent a83fad7 commit 75fa49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const baseRules = {
// but that kind of refactoring is best done slowly, one bit at a time
// as those components are touched.
"vue/multi-word-component-names": "warn",
"vue/component-name-in-template-casing": "error",
"vue/prop-name-casing": "warn",
"vue/require-prop-types": "warn",
"vue/require-default-prop": "warn",
Expand Down

0 comments on commit 75fa49b

Please sign in to comment.