Skip to content

Commit a9312c8

Browse files
committed
Update allowDefaultProject configuration in eslint.config.ts
1 parent 5da821c commit a9312c8

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", "prettierrc.config.ts"],
8+
allowDefaultProject: ["eslint.config.ts"],
99
},
1010
tsconfigRootDir: import.meta.dirname,
1111
},

0 commit comments

Comments
 (0)