Skip to content

Commit

Permalink
added prefer-default-export to README
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed May 9, 2016
1 parent cf45512 commit f8301ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
* Ensure consistent use of file extension within the import path ([`extensions`])
* Enforce a convention in module import order ([`order`])
* Enforce a newline after import statements ([`newline-after-import`])
* Prefer a default export if module exports a single name ([`prefer-default-export`])

[`imports-first`]: ./docs/rules/imports-first.md
[`no-duplicates`]: ./docs/rules/no-duplicates.md
Expand Down

0 comments on commit f8301ea

Please sign in to comment.