File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/eslint-config-standard-with-typescript Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,13 @@ module.exports = defineConfig({
53
53
'@typescript-eslint/no-unnecessary-type-assertion' : 'off' ,
54
54
'@typescript-eslint/prefer-includes' : 'off' ,
55
55
'@typescript-eslint/prefer-nullish-coalescing' : 'off' ,
56
+
57
+ // This rule seems different:
58
+ // it does not require type information, but as its source code requires the parserService,
59
+ // it seems to be encountering undefined behavior in `.vue` files
60
+ // <https://github.com/typescript-eslint/typescript-eslint/issues/4755#issuecomment-1080961338>
56
61
'@typescript-eslint/prefer-optional-chain' : 'off' ,
62
+
57
63
'@typescript-eslint/prefer-readonly' : 'off' ,
58
64
'@typescript-eslint/prefer-reduce-type-parameter' : 'off' ,
59
65
'@typescript-eslint/promise-function-async' : 'off' ,
You can’t perform that action at this time.
0 commit comments