Skip to content

Commit

Permalink
Merge pull request #1026 from isiahmeadows/patch-1
Browse files Browse the repository at this point in the history
[docs] Missed a link
  • Loading branch information
ljharb committed Feb 19, 2018
2 parents 5b0777d + ae5a031 commit 0231c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -79,6 +79,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
* Limit the maximum number of dependencies a module can have ([`max-dependencies`])
* Forbid unassigned imports ([`no-unassigned-import`])
* Forbid named default exports ([`no-named-default`])
* Forbid default exports ([`no-default-export`])
* Forbid anonymous values as default exports ([`no-anonymous-default-export`])
* Prefer named exports to be grouped together in a single export declaration ([`group-exports`])

Expand All @@ -95,6 +96,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
[`no-named-default`]: ./docs/rules/no-named-default.md
[`no-anonymous-default-export`]: ./docs/rules/no-anonymous-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 0231c78

Please sign in to comment.