8000 chore: update linting experimental · IsaacScript/isaacscript@faead05 · GitHub
[go: up one dir, main page]

Skip to content

Commit faead05

Browse files
committed
chore: update linting experimental
1 parent 04a8bda commit faead05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/eslint-config-isaacscript/monorepo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const config = {
1515
ecmaVersion: "latest",
1616

1717
tsconfigRootDir: REPO_ROOT,
18-
project: true, // https://github.com/typescript-eslint/typescript-eslint/pull/6084
18+
// project: true, // https://github.com/typescript-eslint/typescript-eslint/pull/6084
19+
projectService: true, // https://github.com/typescript-eslint/typescript-eslint/discussions/8030 47DB
1920
},
2021

2122
ignorePatterns: ["**/dist/**"],

0 commit comments

Comments
 (0)
0