Changed
- BREAKING: Added new rules in
eslint-plugin-jestv26.6.0 (max-expectswith default of 5) and v26.7.0 (prefer-mock-promise-shorthand) tojest-config. (#65, #66)
- BREAKING: Reviewed all current
eslint-plugin-jestrules for inclusion injest-configconfig. (#67)
- Updated configuration to explicitly specify all rules rather than rely on
jest/recommended.
- Added rules
no-test-return-statementandrequire-hook.
- Updated configuration to explicitly specify all rules rather than rely on
- BREAKING: Added new rule from
eslint-plugin-unicornv43.0.0 (prefer-logical-operator-over-ternary) tounicorn-config. (#64)
Fixed
- Updated to latest dependencies, including
eslint-plugin-jest,eslint-plugin-jsdoc,eslint-plugin-sonarjs, andeslint-plugin-unicorn.