From ae5a0318ac956e205e5a5e0602e5963c20afadf7 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Mon, 19 Feb 2018 11:26:19 -0500 Subject: [PATCH] Missed a link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae6b92c04..9aeee0a9e 100644 --- a/README.md +++ b/README.md @@ -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`]) @@ -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