sweepline / eslint-plugin-unused-imports

Package to separate no-unused-vars and no-unused-imports for eslint as well as providing an autofixer for the latter.
MIT License
504 stars 21 forks source link

Update @typescript-eslint/{parser,eslint-plugin} dependencies to ^7.0.0 #65

Closed hokaccha closed 7 months ago

hokaccha commented 7 months ago

Supported typescript-eslint v7. I confirmed that npm run test was executed and passed.

sweepline commented 7 months ago

I have decided to fix this by changing the peerDependency to be "6 - 7" so I do not have to change the major version. But thanks a lot for notifying me of the update!