Changed
- BREAKING: Updated to
eslint-plugin-jestv24, which adds several new rules torecommended
- BREAKING: Added rules
no-promise-executor-returnandno-unreachable-loop(fromeslintv7.3.0) (#10)
- BREAKING: Removed Node v13 compatibility since end-of-life. Compatible with all current and LTS releases (
^10.13.0 || ^12.13.0 || >=14.0.0) (#9)
Fixed
- Updated to latest dependencies, including resolving vulnerabilities