Skip to content

Commit

Permalink
Merge pull request #88 from joshuacurtiss/jcurtiss/multi-word-compone…
Browse files Browse the repository at this point in the history
…nt-names-rule

fix: vue/multi-word-component-names should be universal
  • Loading branch information
onebytegone committed Jul 18, 2023
2 parents 761f2d7 + 615ae24 commit 9fd9ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const silvermineRulesUniversal = {
'vue/html-quotes': [ 'error', 'double' ],
'vue/html-self-closing': 'error',
'vue/max-attributes-per-line': 'off',
'vue/multi-word-component-names': 'off',
'vue/multiline-html-element-content-newline': 'error',
'vue/mustache-interpolation-spacing': 'error',
'vue/no-multi-spaces': 'error',
Expand Down Expand Up @@ -174,7 +175,6 @@ const silvermineRulesVue2Only = {};

const silvermineRulesVue3Only = {
'vue/no-deprecated-v-is': 'error',
'vue/multi-word-component-names': 'off',
'vue/v-on-event-hyphenation': [ 'error', 'never' ],
};

Expand Down

0 comments on commit 9fd9ad7

Please sign in to comment.