Skip to content

Commit

Permalink
docs: Update links in @babel/eslint-parser README (#16044)
Browse files Browse the repository at this point in the history
Fix the link to the ESLint documentation.

Apparently, the parsers pages was split off from the plugins page.
  • Loading branch information
aryehb authored Oct 13, 2023
1 parent 1e15165 commit 419644f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ yarn add eslint @babel/core @babel/eslint-parser -D

### Setup

To use @babel/eslint-parser, `"@babel/eslint-parser"` must be specified as the `parser` in your ESLint configuration file (see [here](https://eslint.org/docs/user-guide/configuring/plugins#specifying-parser) for more detailed information).
To use @babel/eslint-parser, `"@babel/eslint-parser"` must be specified as the `parser` in your ESLint configuration file (see [here](https://eslint.org/docs/latest/use/configure/parser) for more detailed information).

**.eslintrc.js**

Expand Down

0 comments on commit 419644f

Please sign in to comment.