Closed silverwind closed 4 months ago
Will tweak tests a bit.
Ok, tests are fine now.
This seems great, except that it's best when boolean arguments default to false. Can you come up with an alternative name for it so it can default to false?
This seems great, except that it's best when boolean arguments default to false. Can you come up with an alternative name for it so it can default to false?
Hmm I could invert the name and function but thought that the current name matches nicely into the existing options missingExports
and unusedExports
.
Inverted it, so now it's ignoreUnusedTypeExports
defaulting to false
.
Your original option name definitely did match better, but i prioritize booleans defaulting to false over option names :-) thanks!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.02%. Comparing base (
fc361a9
) to head (e96db1a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This CI failures seem intermittent and the coverage annotation "Added line #L518 was not covered by tests" is incorrect, I verified the line is being hit during tests.
node 22.5 itself is broken rn, so i'll rerun those failing jobs once a fixed 22.5.1 is released.
Fixes: https://github.com/import-js/eslint-plugin-import/issues/2694