Skip to content

Commit dd1bdce

Browse files
manovotnybradzacher
authored andcommitted
docs(eslint-plugin): [no-restricted-imports] fix incorrect "How to Use" configuration (#4394)
1 parent 8d710a0 commit dd1bdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/no-restricted-imports.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This rule extends the base [`eslint/no-restricted-imports`](https://eslint.org/d
1010
{
1111
// note you must disable the base rule as it can report incorrect errors
1212
"no-restricted-imports": "off",
13-
"@typescript-eslint/no-restricted-imports": "off"
13+
"@typescript-eslint/no-restricted-imports": ["error"]
1414
}
1515
```
1616

0 commit comments

Comments
 (0)