wcandillon / eslint-plugin-ts-exports

ESLint wrapper for ts-unused-export
68 stars 1 forks source link

Installation fails #15

Open Dam-Buty opened 2 years ago

Dam-Buty commented 2 years ago

This can't be installed for the moment, the firebase storage URL for ts-prune returns an error 403.

Is there a reason why the package as it exists on NPM can't be used here ? Why not use the latest version ?

wcandillon commented 2 years ago

@Dam-Buty I've made a mistake and realised that unfortunately this utility cannot be used reliably with eslint.

xanderfehsenfeld commented 2 years ago

@wcandillon Can you shed more light on why this can't be used reliably with eslint? Is it performance? I don't normally run the linter except as part of pre-commit hooks or as automated github build checks, so slower rules aren't as big of an issue.

Ultimately I'd like to create a github bot which automatically annotates PRs with suggested removals. For that use case, it wouldn't matter if it's slow, or even if it makes mistakes, since it would just be suggestions.