8000 docs: fix outdated project setting (#9784) · jakebailey/typescript-eslint@07e6866 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07e6866

Browse files
authored
docs: fix outdated project setting (typescript-eslint#9784)
fix: typo
1 parent a8f91e3 commit 07e6866

File tree

1 file changed

+2
-1
lines changed
< 8000 div class="d-flex gap-2 flex-items-center">

1 file changed

+2
-1
lines changed

docs/packages/TypeScript_ESLint.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ export default tseslint.config({
8181
// highlight-next-line
8282
parser: tseslint.parser,
8383
parserOptions: {
84-
project: true,
84+
projectService: true,
85+
tsconfigRootDir: import.meta.dirname,
8586
},
8687
},
8788
rules: {

0 commit comments

Comments
 (0)
0