8000
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 04a8bda commit faead05Copy full SHA for faead05
packages/eslint-config-isaacscript/monorepo.js
@@ -15,7 +15,8 @@ const config = {
15
ecmaVersion: "latest",
16
17
tsconfigRootDir: REPO_ROOT,
18
- project: true, // https://github.com/typescript-eslint/typescript-eslint/pull/6084
+ // project: true, // https://github.com/typescript-eslint/typescript-eslint/pull/6084
19
+ projectService: true, // https://github.com/typescript-eslint/typescript-eslint/discussions/8030 47DB
20
},
21
22
ignorePatterns: ["**/dist/**"],
0 commit comments