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 d1d0ba5 commit 0b4ebefCopy full SHA for 0b4ebef
packages/typescript-eslint/src/config-helper.ts
@@ -30,7 +30,7 @@ export interface ConfigWithExtends extends TSESLint.FlatConfig.Config {
30
* files: ['** /*.ts'],
31
* extends: [
32
* eslint.configs.recommended,
33
- * tseslint.configs.recommended,
+ * ...tseslint.configs.recommended,
34
* ],
35
* rules: {
36
* '@typescript-eslint/array-type': 'error',
0 commit comments