Skip to content

Commit

Permalink
Add no-default-export + docs/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Nov 27, 2017
1 parent 3fc8a50 commit 862cdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
* Forbid anonymous values as default exports ([`no-anonymous-default-export`])
* Forbid default exports ([`no-default-export`])
* Prefer named exports to be grouped together in a single export declaration ([`group-exports`])
* Forbid default exports ([`no-default-export`])

[`first`]: ./docs/rules/first.md
[`exports-last`]: ./docs/rules/exports-last.md
Expand All @@ -95,6 +96,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
[`no-anonymous-default-export`]: ./docs/rules/no-anonymous-default-export.md
[`no-default-export`]: ./docs/rules/no-default-export.md
[`group-exports`]: ./docs/rules/group-exports.md
[`no-default-export`]: ./docs/rules/no-default-export.md

## Installation

Expand Down

0 comments on commit 862cdcf

Please sign in to comment.