Skip to content

Commit

Permalink
ESLintの設定を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Jul 12, 2024
1 parent 4540797 commit 9505bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
},
],
'vue/component-api-style': ['error', ['script-setup']],
'vue/component-name-in-template-casing': ['error', 'pascal-case'],
'vue/component-name-in-template-casing': ['error', 'PascalCase'],
'vue/custom-event-name-casing': ['error', 'camelCase'],
'vue/v-on-event-hyphenation': ['error', 'always', { autofix: true }],
'vue/v-on-function-call': 'error',
Expand Down

0 comments on commit 9505bba

Please sign in to comment.