diff --git a/src/content/9/en/part9b.md b/src/content/9/en/part9b.md index ad95b4e357c..0ee388f8666 100644 --- a/src/content/9/en/part9b.md +++ b/src/content/9/en/part9b.md @@ -898,7 +898,7 @@ What if we would like to restrict developers from using the *any* type? Fortunat Let's install ESlint and its TypeScript extensions: ```shell -npm install --save-dev eslint @eslint/js @types/eslint__js typescript typescript-eslint +npm install --save-dev eslint @eslint/js typescript typescript-eslint ``` 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*: