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.
no-namespace
1 parent 430d16c commit 4f0f560Copy full SHA for 4f0f560
docs/rules/no-namespace.md
@@ -22,7 +22,7 @@ import defaultExport, { a, b } from './foobar'
22
```
23
24
```js
25
-/* eslint import/no-namespace: ["error", {ignore: ['*.ext']] */
+/* eslint import/no-namespace: ["error", {ignore: ['*.ext']}] */
26
import * as bar from './ignored-module.ext';
27
28
0 commit comments