Skip to content

Commit

Permalink
[Docs] import/no-named-as-default: Fix typo
Browse files Browse the repository at this point in the history
add semicolon.
  • Loading branch information
bicstone committed Sep 12, 2020
1 parent bbe529a commit 985e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-named-as-default.md
Expand Up @@ -31,7 +31,7 @@ For post-ES2015 `export` extensions, this also prevents exporting the default fr

```js
// valid:
export foo from './foo.js'
export foo from './foo.js';

// message: Using exported name 'bar' as identifier for default export.
export bar from './foo.js';
Expand Down

0 comments on commit 985e05a

Please sign in to comment.