Skip to content

Commit

Permalink
fix: Prop names should always use camelCase during declaration. (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaivanwong committed Oct 24, 2023
1 parent 121b086 commit 1c32240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/vue.ts
Expand Up @@ -89,6 +89,7 @@ export function vue(
],
'vue/prefer-separate-static-class': 'error',
'vue/prefer-template': 'error',
'vue/prop-name-casing': ['error', 'camelCase'],
'vue/require-default-prop': 'off',
'vue/require-prop-types': 'off',
'vue/space-infix-ops': 'error',
Expand Down

0 comments on commit 1c32240

Please sign in to comment.