pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
738 stars 46 forks source link

ESLint rule no-unused-exports #270

Closed gajus closed 1 year ago

gajus commented 1 year ago

Thank you for creating this library. It was a major help eliminating dead code from our project.

I released an ESLint rule that abstracts the use of ts-unused-exports.

https://github.com/gajus/eslint-plugin-canonical#no-unused-exports

mrseanryan commented 1 year ago

nice!

I've added it to the README

thank you for contributing Gajus.