Skip to content

Commit

Permalink
Merge f8205c7 into 1a3a128
Browse files Browse the repository at this point in the history
  • Loading branch information
arvigeus committed Mar 19, 2020
2 parents 1a3a128 + f8205c7 commit fc00b8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -27,7 +27,6 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
* Forbid a module from importing a module with a dependency path back to itself ([`no-cycle`])
* Prevent unnecessary path segments in import and require statements ([`no-useless-path-segments`])
* Forbid importing modules from parent directories ([`no-relative-parent-imports`])
* Forbid modules without any export, and exports not imported by any modules. ([`no-unused-modules`])

[`no-unresolved`]: ./docs/rules/no-unresolved.md
[`named`]: ./docs/rules/named.md
Expand All @@ -42,7 +41,6 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
[`no-cycle`]: ./docs/rules/no-cycle.md
[`no-useless-path-segments`]: ./docs/rules/no-useless-path-segments.md
[`no-relative-parent-imports`]: ./docs/rules/no-relative-parent-imports.md
[`no-unused-modules`]: ./docs/rules/no-unused-modules.md

### Helpful warnings

Expand Down

0 comments on commit fc00b8e

Please sign in to comment.