Skip to content

Commit 055389d

Browse files
arvigeusljharb
authored andcommitted
[readme] Remove duplicate no-unused-modules from docs
Remove no-unused-modules from Static analysis because it is already mentioned in Helpful warnings
1 parent 67a31b1 commit 055389d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1717

1818
### Changed
1919
- TypeScript config: Disable [`named`][] ([#1726], thanks [@astorije])
20+
- [readme] Remove duplicate no-unused-modules from docs ([#1690], thanks [@arvigeus])
2021

2122
## [2.20.2] - 2020-03-28
2223
### Fixed
@@ -677,6 +678,7 @@ for info on changes for earlier releases.
677678
[#1722]: https://github.com/benmosher/eslint-plugin-import/issues/1722
678679
[#1719]: https://github.com/benmosher/eslint-plugin-import/issues/1719
679680
[#1702]: https://github.com/benmosher/eslint-plugin-import/issues/1702
681+
[#1690]: https://github.com/benmosher/eslint-plugin-import/pull/1690
680682
[#1676]: https://github.com/benmosher/eslint-plugin-import/pull/1676
681683
[#1666]: https://github.com/benmosher/eslint-plugin-import/pull/1666
682684
[#1664]: https://github.com/benmosher/eslint-plugin-import/pull/1664
@@ -1148,3 +1150,4 @@ for info on changes for earlier releases.
11481150
[@astorije]: https://github.com/astorije
11491151
[@Ephem]: https://github.com/Ephem
11501152
[@kmui2]: https://github.com/kmui2
1153+
[@arvigeus]: https://github.com/arvigeus

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
2727
* Forbid a module from importing a module with a dependency path back to itself ([`no-cycle`])
2828
* Prevent unnecessary path segments in import and require statements ([`no-useless-path-segments`])
2929
* Forbid importing modules from parent directories ([`no-relative-parent-imports`])
30-
* Forbid modules without any export, and exports not imported by any modules. ([`no-unused-modules`])
3130

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

4745
### Helpful warnings
4846

0 commit comments

Comments
 (0)