Skip to content

Commit 57f40cd

Browse files
authored
Merge pull request #3783 from JG-0204/patch-1
Fix part9b broken link
2 parents 389107c + f89d844 commit 57f40cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ Let's install ESlint and its TypeScript extensions:
899899
npm install --save-dev eslint @eslint/js @types/eslint__js typescript typescript-eslint
900900
```
901901
902-
We will configure ESlint to [disallow explicit any]( https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-explicit-any.md). Write the following rules to *eslint.config.mjs*:
902+
We will configure ESlint to [disallow explicit any](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-explicit-any.mdx). Write the following rules to *eslint.config.mjs*:
903903
904904
```js
905905
import eslint from '@eslint/js';

0 commit comments

Comments
 (0)