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 31efcc1 commit e1fa3b2Copy full SHA for e1fa3b2
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
+ EXPERIMENTAL_useProjectService: true, // https://github.com/typescript-eslint/typescript-eslint/discussions/8030
20
},
21
22
ignorePatterns: ["**/dist/**"],
0 commit comments