We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d710a0 commit dd1bdceCopy full SHA for dd1bdce
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
10
{
11
// note you must disable the base rule as it can report incorrect errors
12
"no-restricted-imports": "off",
13
- "@typescript-eslint/no-restricted-imports": "off"
+ "@typescript-eslint/no-restricted-imports": ["error"]
14
}
15
```
16
0 commit comments