We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
space-infix-ops
1 parent cdec606 commit 076c365Copy full SHA for 076c365
packages/@vue/eslint-config-typescript/index.js
@@ -13,8 +13,7 @@ module.exports = {
13
'no-unused-vars': 'off',
14
// https://github.com/eslint/typescript-eslint-parser/issues/445
15
// 'typescript/no-unused-vars': 'error',
16
- // https://github.com/vuejs/vue-cli/issues/1672
17
- 'space-infix-ops': 'off',
+
18
// temporary fix for https://github.com/vuejs/vue-cli/issues/1922
19
// very strange as somehow this rule gets different behaviors depending
20
// on the presence of typescript-eslint-parser...
0 commit comments