Skip to content

Commit

Permalink
[Docs] no-namespace: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 21, 2021
1 parent 430d16c commit 4f0f560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-namespace.md
Expand Up @@ -22,7 +22,7 @@ import defaultExport, { a, b } from './foobar'
```

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

Expand Down

0 comments on commit 4f0f560

Please sign in to comment.