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