We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ad033 commit 5b3c3f3Copy full SHA for 5b3c3f3
docs/rules/no-named-as-default.md
@@ -51,7 +51,7 @@ This rule has an option for ignoring specific paths. This is useful for cases wh
51
```json
52
{
53
"rules": {
54
- "import/no-named-as-default": ["warn", { "ignore": ["./foo.js"] }]
+ "import/no-named-as-default": ["warn", { "ignorePaths": ["./foo.js"] }]
55
}
56
57
```
0 commit comments