Skip to content

Commit

Permalink
Update @typescript-eslint/{parser,eslint-plugin} peer/dev dependencie…
Browse files Browse the repository at this point in the history
…s to ^6.0.0 (#55)

* Update @typescript-eslint/{parser,eslint-plugin} peer/dev dependencies to the newly released ^6.0.0

* Run npm update to fix audit vulnerabilities

`npm audit fix` didn't work :/

* Bump package version
  • Loading branch information
toastwaffle authored Jul 11, 2023
1 parent 36b6330 commit 7500bc1
Show file tree
Hide file tree
Showing 3 changed files with 1,518 additions and 5,174 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

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_
## _Versions_

Version 2.x.x is for eslint 8 and version 1.x.x is for eslint 6 and 7.
* Version 3.x.x is for eslint 8 with @typescript-eslint/eslint-plugin 6
* Version 2.x.x is for eslint 8 with @typescript-eslint/eslint-plugin 5
* Version 1.x.x is for eslint 6 and 7.

## _Important for version 1.1_

Expand Down
Loading

0 comments on commit 7500bc1

Please sign in to comment.