File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
packages/@vue/eslint-config-typescript Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# @vue/eslint-config-typescript
22
3- > eslint-config-typescript for vue-cli
3+ > eslint-config-typescript for vue-cli
4+
5+ See [ eslint-plugin-typescript] ( https://github.com/nzakas/eslint-plugin-typescript ) for available rules.
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ module.exports = {
1010 // https://github.com/eslint/typescript-eslint-parser/issues/445
1111 // 'typescript/no-unused-vars': 'error',
1212 // https://github.com/vuejs/vue-cli/issues/1672
13- 'space-infix-ops' : 'off'
13+ 'space-infix-ops' : 'off' ,
14+ // temporary fix for https://github.com/vuejs/vue-cli/issues/1922
15+ // very strange as somehow this rule gets different behaviors depending
16+ // on the presence of typescript-eslint-parser...
17+ 'strict' : 'off'
1418 }
1519}
You can’t perform that action at this time.
0 commit comments