Skip to content

Commit b41da18

Browse files
docs: updated link to eslint parser options (typescript-eslint#3001)
1 parent cfb749d commit b41da18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ By far the most common case will be installing the [`@typescript-eslint/eslint-p
4545

4646
## Configuration
4747

48-
The following additional configuration options are available by specifying them in [`parserOptions`](https://eslint.org/docs/user-guide/configuring#specifying-parser-options) in your ESLint configuration file.
48+
The following additional configuration options are available by specifying them in [`parserOptions`](https://eslint.org/docs/user-guide/configuring/language-options#specifying-parser-options) in your ESLint configuration file.
4949

5050
```ts
5151
interface ParserOptions {

0 commit comments

Comments
 (0)