We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue/no-constant-condition
1 parent 96df1d9 commit 5100bf9Copy full SHA for 5100bf9
src/configs/vue.ts
@@ -90,6 +90,7 @@ export async function vue(
90
],
91
'vue/max-attributes-per-line': 'off',
92
'vue/multi-word-component-names': 'off',
93
+ 'vue/no-constant-condition': 'warn',
94
'vue/no-dupe-keys': 'off',
95
'vue/no-empty-pattern': 'error',
96
'vue/no-extra-parens': ['error', 'functions'],
0 commit comments