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.
no-irregular-whitespace
1 parent ac38dd0 commit 5415f06Copy full SHA for 5415f06
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