We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8f49e commit fe11774Copy full SHA for fe11774
packages/@vue/eslint-config-typescript/index.js
@@ -6,8 +6,10 @@ module.exports = {
6
rules: {
7
// https://github.com/eslint/typescript-eslint-parser#known-issues
8
'no-undef': 'off',
9
- 'no-unused-vars': 'off'
+ 'no-unused-vars': 'off',
10
// https://github.com/eslint/typescript-eslint-parser/issues/445
11
- // 'typescript/no-unused-vars': 'error'
+ // 'typescript/no-unused-vars': 'error',
12
+ // https://github.com/vuejs/vue-cli/issues/1672
13
+ 'space-infix-ops': 'off'
14
}
15
0 commit comments