Skip to content

Commit db85aaf

Browse files
Update lint config
1 parent 5e03a9c commit db85aaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eslint.config.mts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const ignoresConfig: ConfigWithExtends = {
1919
"**/vendor/**/*",
2020
"**/.next/**/*",
2121
"**/.docusaurus/**/*",
22-
"**/eslint.config.mts",
2322
"data/playground/**/*",
23+
"packages/cursorless-org/next-env.d.ts",
2424
],
2525
};
2626

@@ -47,6 +47,7 @@ const rootConfig: ConfigWithExtends = {
4747
typescript: {
4848
// Always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
4949
alwaysTryTypes: true,
50+
noWarnOnMultipleProjects: true,
5051
project: ["tsconfig.json", "packages/*/tsconfig.json"],
5152
},
5253
},
@@ -130,6 +131,7 @@ const disabledTypeCheckConfig: ConfigWithExtends = {
130131
files: [
131132
"**/jest.config.ts",
132133
"**/docusaurus.config.mts",
134+
"**/eslint.config.mts",
133135
"**/mdx-components.tsx",
134136
"typings/**",
135137
"**/*.js",

0 commit comments

Comments
 (0)