diff --git a/.eslintrc.js b/.eslintrc.js index de392e49d3a..f41e338fe9d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -49,5 +49,12 @@ module.exports = { '@typescript-eslint/no-explicit-any': 'warn', }, }, + { + files: ['*.vue'], + rules: { + 'no-irregular-whitespace': 'off', + 'vue/no-irregular-whitespace': 'error', + }, + }, ], }