Skip to content

Commit c91fd7f

Browse files
committed
feat: extend ESLint config to include all TypeScript config files
1 parent e4692a5 commit c91fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig(shared, {
55
languageOptions: {
66
parserOptions: {
77
projectService: {
8-
allowDefaultProject: ["eslint.config.ts"],
8+
allowDefaultProject: ["*.config.ts"],
99
},
1010
tsconfigRootDir: import.meta.dirname,
1111
},

0 commit comments

Comments
 (0)