Skip to content

Commit

Permalink
feat(projects): turn off rule: vue/prefer-true-attribute-shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 19, 2024
1 parent 2fed990 commit 7449133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export async function createVueConfig(options?: RequiredVueOptions) {
'vue/padding-line-between-blocks': 'warn',
'vue/prefer-define-options': 'warn',
'vue/prefer-separate-static-class': 'warn',
'vue/prefer-true-attribute-shorthand': 'warn',
// 'vue/prefer-true-attribute-shorthand': 'warn',
'vue/prop-name-casing': ['warn', 'camelCase'],
'vue/require-macro-variable-name': [
'warn',
Expand Down

0 comments on commit 7449133

Please sign in to comment.