We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce4353f + 5415f06 commit 6389f78Copy full SHA for 6389f78
lib/configs/vue.ts
@@ -114,6 +114,10 @@ export function vue(options: ConfigOptions): Linter.Config[] {
114
'vue/no-unused-refs': 'warn',
115
// Warn on unused props
116
'vue/no-unused-properties': 'warn',
117
+
118
+ // This rule does not work in vue files, we must use the vue one
119
+ 'no-irregular-whitespace': 'off',
120
+ 'vue/no-irregular-whitespace': 'error',
121
},
122
123
0 commit comments