You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to limit it to a subset or removed things
(personally I don't really want to remove unused constants, arguments, and export clauses that are still used in the file)
(i.e. I only want to remove completely unused export function/export const and files)
For arguments and constants there already are eslint rules, so if I have any left they are probably intentionally excluded
The package can remove:
exportinexport const foo/export function fooexport const foo/export function foofooinfunction (foo)const fooI would like to limit it to a subset or removed things
(personally I don't really want to remove unused constants, arguments, and
exportclauses that are still used in the file)(i.e. I only want to remove completely unused
export function/export constand files)For arguments and constants there already are eslint rules, so if I have any left they are probably intentionally excluded