diff --git a/packages/eslint-plugin/docs/rules/no-restricted-imports.md b/packages/eslint-plugin/docs/rules/no-restricted-imports.md index 52a8daa2fd6e..834ec44b14e0 100644 --- a/packages/eslint-plugin/docs/rules/no-restricted-imports.md +++ b/packages/eslint-plugin/docs/rules/no-restricted-imports.md @@ -10,7 +10,7 @@ This rule extends the base [`eslint/no-restricted-imports`](https://eslint.org/d { // note you must disable the base rule as it can report incorrect errors "no-restricted-imports": "off", - "@typescript-eslint/no-restricted-imports": "off" + "@typescript-eslint/no-restricted-imports": ["error"] } ```