Skip to content

Commit

Permalink
Update obsoleted reference
Browse files Browse the repository at this point in the history
  • Loading branch information
preco21 authored Sep 14, 2016
1 parent c07c057 commit 49cf441
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/rules/no-named-as-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export bar from './foo.js';

## Further Reading

- Lee Byron's [ES7] export proposal
- ECMAScript Proposal: export ns from
- ECMAScript Proposal: export default from

[ES7]: https://github.com/leebyron/ecmascript-more-export-from
[export-ns-from]: https://github.com/leebyron/ecmascript-export-ns-from
[export-default-from]: https://github.com/leebyron/ecmascript-export-default-from

0 comments on commit 49cf441

Please sign in to comment.