Skip to content

Commit

Permalink
version info notice
Browse files Browse the repository at this point in the history
  • Loading branch information
sweepline committed Nov 10, 2021
1 parent 0060959 commit 6581786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Find and remove unused es6 module imports. It works by splitting up the `no-unused-vars` rule depending on it being an import statement in the AST and providing an autofix rule to remove the nodes if they are imports. This plugin composes the rule `no-unused-vars` of either the typescript or js plugin so be aware that the other plugins needs to be installed and reporting correctly for this to do so.

## _Version 2.0_

Version 2.x.x is for eslint 8 and version 1.x.x is for eslint 6 and 7.

## _Important for version 1.1_

The `-ts` rules are deprecated, the package now looks for `@typescript-eslint/eslint-plugin` to exist to decide between the typescript and eslint version.
Expand Down

0 comments on commit 6581786

Please sign in to comment.