We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe529a commit 985e05aCopy full SHA for 985e05a
docs/rules/no-named-as-default.md
@@ -31,7 +31,7 @@ For post-ES2015 `export` extensions, this also prevents exporting the default fr
31
32
```js
33
// valid:
34
-export foo from './foo.js'
+export foo from './foo.js';
35
36
// message: Using exported name 'bar' as identifier for default export.
37
export bar from './foo.js';
0 commit comments