We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee52b7 commit 47797e0Copy full SHA for 47797e0
src/ts-config.js
@@ -22,7 +22,7 @@ export const tsConfig = {
22
},
23
rules: {
24
...jsPlugin.configs['recommended'].rules,
25
- ...tsPlugin.configs['eslint-recommended'].rules,
+ ...tsPlugin.configs['eslint-recommended'].overrides[0].rules,
26
...tsPlugin.configs['recommended'].rules,
27
28
}
0 commit comments