Changed
- BREAKING: Updated
jest-configfor changes ineslint-plugin-jest:
- Added rule
jest/prefer-each, new in v26.9.0 (#70)
- Removed
jest/no-jest-importrule (removed in v27.0.0) (#71)
- Added rule
- BREAKING: Updated
jsdoc-configto specify all rules for clarity (errororoff). (#69)
- Added the following as
errors:check-indentation,check-line-alignment,
match-description,require-throws, andsort-tags.
- The
check-indentationandcheck-line-alignmentconfigs are set to alignparam,
property,returns, andthrows.
- Added the following as
Fixed
- Updated to latest dependencies, including
eslint-plugin-jest@27.0.1.
- Updated
jest-configrulejest/no-restricted-matchersto restrict all permutations oftoBeTruthyandtoBeFalsyafter updates ineslint-plugin-jestv27.0.0. (#71)
- Updated
sonarjs-configandunicorn-configto explicitly list all rules, even ifoff. (#72)