Skip to content

Commit 076c365

Browse files
committed
chore: no longer needs to disable space-infix-ops
Now that the bug in typescript-eslint-parser has been fixed.
1 parent cdec606 commit 076c365

File tree

1 file changed

+1
-2
lines changed
  • packages/@vue/eslint-config-typescript

1 file changed

+1
-2
lines changed

packages/@vue/eslint-config-typescript/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ module.exports = {
1313
'no-unused-vars': 'off',
1414
// https://github.com/eslint/typescript-eslint-parser/issues/445
1515
// 'typescript/no-unused-vars': 'error',
16-
// https://github.com/vuejs/vue-cli/issues/1672
17-
'space-infix-ops': 'off',
16+
1817
// temporary fix for https://github.com/vuejs/vue-cli/issues/1922
1918
// very strange as somehow this rule gets different behaviors depending
2019
// on the presence of typescript-eslint-parser...

0 commit comments

Comments
 (0)