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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@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.