Skip to content

Commit 5100bf9

Browse files
committedFeb 3, 2024
feat(vue): turn on vue/no-constant-condition
1 parent 96df1d9 commit 5100bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/configs/vue.ts

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export async function vue(
9090
],
9191
'vue/max-attributes-per-line': 'off',
9292
'vue/multi-word-component-names': 'off',
93+
'vue/no-constant-condition': 'warn',
9394
'vue/no-dupe-keys': 'off',
9495
'vue/no-empty-pattern': 'error',
9596
'vue/no-extra-parens': ['error', 'functions'],

0 commit comments

Comments
 (0)