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 e4692a5 commit c91fd7fCopy full SHA for c91fd7f
eslint.config.ts
@@ -5,7 +5,7 @@ export default defineConfig(shared, {
5
languageOptions: {
6
parserOptions: {
7
projectService: {
8
- allowDefaultProject: ["eslint.config.ts"],
+ allowDefaultProject: ["*.config.ts"],
9
},
10
tsconfigRootDir: import.meta.dirname,
11
0 commit comments