Skip to content

Commit

Permalink
fix: revert #289 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Oct 29, 2023
1 parent 29f29f1 commit 52b4fe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/configs/vue.ts
Expand Up @@ -47,9 +47,7 @@ export function vue(
'vue/block-order': ['error', {
order: ['script', 'template', 'style'],
}],
'vue/component-name-in-template-casing': ['error', 'PascalCase', {
registeredComponentsOnly: false,
}],
'vue/component-name-in-template-casing': ['error', 'PascalCase'],
'vue/component-options-name-casing': ['error', 'PascalCase'],
'vue/custom-event-name-casing': ['error', 'camelCase'],
'vue/define-macros-order': ['error', {
Expand Down

0 comments on commit 52b4fe5

Please sign in to comment.