File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ const ignoresConfig: ConfigWithExtends = {
19
19
"**/vendor/**/*" ,
20
20
"**/.next/**/*" ,
21
21
"**/.docusaurus/**/*" ,
22
- "**/eslint.config.mts" ,
23
22
"data/playground/**/*" ,
23
+ "packages/cursorless-org/next-env.d.ts" ,
24
24
] ,
25
25
} ;
26
26
@@ -47,6 +47,7 @@ const rootConfig: ConfigWithExtends = {
47
47
typescript : {
48
48
// Always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
49
49
alwaysTryTypes : true ,
50
+ noWarnOnMultipleProjects : true ,
50
51
project : [ "tsconfig.json" , "packages/*/tsconfig.json" ] ,
51
52
} ,
52
53
} ,
@@ -130,6 +131,7 @@ const disabledTypeCheckConfig: ConfigWithExtends = {
130
131
files : [
131
132
"**/jest.config.ts" ,
132
133
"**/docusaurus.config.mts" ,
134
+ "**/eslint.config.mts" ,
133
135
"**/mdx-components.tsx" ,
134
136
"typings/**" ,
135
137
"**/*.js" ,
You can’t perform that action at this time.
0 commit comments