Skip to content

Commit 5b3c3f3

Browse files
authored
Update docs/rules/no-named-as-default.md
1 parent 51ad033 commit 5b3c3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-named-as-default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This rule has an option for ignoring specific paths. This is useful for cases wh
5151
```json
5252
{
5353
"rules": {
54-
"import/no-named-as-default": ["warn", { "ignore": ["./foo.js"] }]
54+
"import/no-named-as-default": ["warn", { "ignorePaths": ["./foo.js"] }]
5555
}
5656
}
5757
```

0 commit comments

Comments
 (0)