Skip to content

Commit

Permalink
docs: README: Update parser config links
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Jul 20, 2024
1 parent 3eb1ed4 commit f0c94ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ module.exports = [
[Learn how to configure ESLint](https://eslint.org/docs/latest/use/configure/).

Note: the config exported by this package sets `languageOptions.parserOptions.project = true`.
Read about the `project` option [here](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/README.md#configuration).
Read about the `project` option [here](https://typescript-eslint.io/packages/parser/#project).

There are [some more `parserOptions`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/README.md#configuration) you may care about.
There are [some more `parserOptions`](https://typescript-eslint.io/packages/parser/#configuration) you may care about.

## Example command line usage:

Expand Down

0 comments on commit f0c94ff

Please sign in to comment.