Skip to content

Commit 3b29eb1

Browse files
docs: fix npm link (#16710)
1 parent fd20c75 commit 3b29eb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/user-guide/core-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ An ESLint parser converts code into an abstract syntax tree that ESLint can eval
5151

5252
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.
5353

54-
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.
54+
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.
5555

5656
## Custom Processors
5757

0 commit comments

Comments
 (0)