Skip to content

Commit 4f0f560

Browse files
committedSep 21, 2021
[Docs] no-namespace: fix a typo
See #2112 (comment)
1 parent 430d16c commit 4f0f560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/rules/no-namespace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import defaultExport, { a, b } from './foobar'
2222
```
2323

2424
```js
25-
/* eslint import/no-namespace: ["error", {ignore: ['*.ext']] */
25+
/* eslint import/no-namespace: ["error", {ignore: ['*.ext']}] */
2626
import * as bar from './ignored-module.ext';
2727
```
2828

0 commit comments

Comments
 (0)
Please sign in to comment.