@@ -17,13 +17,11 @@ export default tseslint.config(
17
17
'packages/eslint-plugin-angular/src/configs/format-template.ts' ,
18
18
'packages/eslint-plugin-react/*' ,
19
19
'packages/eslint-plugin-typescript/src/configs/index.ts' ,
20
- 'packages/eslint-plugin-typescript/src/configs/recommended/*' ,
21
- 'packages/eslint-plugin-typescript/src/configs/recommended-json/*' ,
22
- 'packages/eslint-plugin-typescript/src/configs/recommended-package/*' ,
23
- 'packages/eslint-plugin-typescript/src/configs/recommended-typescript/recommended-typescript.config.ts' ,
24
- 'packages/eslint-plugin-typescript/src/configs/recommended-typescript/rules/format.ts' ,
25
- 'packages/eslint-plugin-typescript/src/configs/recommended-typescript/rules/import.ts' ,
26
- 'packages/eslint-plugin-typescript/src/configs/recommended-typescript/rules/rxjs.ts' ,
20
+ 'packages/eslint-plugin-typescript/src/configs/json.ts' ,
21
+ 'packages/eslint-plugin-typescript/src/configs/package.ts' ,
22
+ 'packages/eslint-plugin-typescript/src/configs/format.ts' ,
23
+ 'packages/eslint-plugin-typescript/src/configs/import.ts' ,
24
+ 'packages/eslint-plugin-typescript/src/configs/rxjs.ts' ,
27
25
'packages/eslint-plugin-typescript/src/rules/package/*' ,
28
26
'packages/eslint-plugin-typescript/src/rules/ts-config/*' ,
29
27
'packages/eslint-plugin-typescript/src/rules/typescript/*.spec.ts' ,
0 commit comments