eslint-plugin-import icon indicating copy to clipboard operation
eslint-plugin-import copied to clipboard

Docs: no-unused-modules

Open ej612 opened this issue 9 months ago • 0 comments

It looks like the docs for the ignoreUnusedTypeExports option of the rule no-unused-modules are wrong:

ignoreUnusedTypeExports: if true, TypeScript type exports without any static usage within other modules are reported (defaults to false and has no effect unless unusedExports is true)

[Source]

It says "If true, [unused] type exports [..] are reported", which is the opposite of what I'd expect an option called "ignoreXY" to do.

Thanks!

ej612 avatar Feb 27 '25 15:02 ej612