This repository was archived by the owner on Feb 9, 2025. It is now read-only.
v22.0.0
Bug Fixes
- Change @typescript-eslint/member-delimiter-style (e8dda25)
- Turn of react/prop-types for TypeScript files (afe4ef5)
Features
- Enable test rules by glob pattern (63c023c)
- Recognize @testing-library/jest-dom/extend-expect as module with side-effects (3ff10a2)
- Relax some import rules (6efa5a3)
- Relax typescript rules in tests (c73ee22)
BREAKING CHANGES
- Change back to @typescript-eslint/member-delimiter-style "semi" because we want to stay consistent with classes. Sorry for the noise :(