Skip to content

Commit

Permalink
docs: fix npm link (#16710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah0sama committed Dec 26, 2022
1 parent fd20c75 commit 3b29eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user-guide/core-concepts.md
Expand Up @@ -51,7 +51,7 @@ An ESLint parser converts code into an abstract syntax tree that ESLint can eval

Custom parsers let ESLint parse non-standard JavaScript syntax. Often custom parsers are included as part of shareable configurations or plugins, so you don't have to use them directly.

For example, [@typescript-eslint/parser](npmjs.com/package/@typescript-eslint/parser) is a custom parser included in the [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) project that lets ESLint parse TypeScript code.
For example, [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser) is a custom parser included in the [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) project that lets ESLint parse TypeScript code.

## Custom Processors

Expand Down

0 comments on commit 3b29eb1

Please sign in to comment.