Skip to content

14.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Nov 15:05
a948d02

@metamask/eslint-config 14.1.0

Changed

  • Loosen promise/catch-or-return and promise/param-names rules (#384)

@metamask/eslint-config-jest 14.1.0

Changed

  • Replace @typescript-eslint/unbound-method rule with jest/unbound-method in Jest tests (#391)
    • jest/unbound-method is looser than @typescript-eslint/unbound-method, so this should be a non-breaking change unless @typescript-eslint/unbound-method is disabled.
  • Remove jest/no-conditional-in-test rule (#383)

@metamask/eslint-config-typescript 14.1.0

Added

  • Add support for TypeScript 5.6.x-5.8.x (#395)

Changed

  • Disable @typescript-eslint/no-unsafe-enum-comparison rule (#387)
  • Loosen @typescript-eslint/prefer-promise-reject-errors rule to allow rejecting with unknown (#389)
  • Loosen @typescript-eslint/naming-convention rule to allow more formats for import names (#388)
  • Loosen @typescript-eslint/switch-exhaustiveness-check rule to allow default case (#390)