·
11 commits
to latest
since this release
4.0.0-alpha.6 (2020-09-29)
Bug Fixes
- errors: Move no-restricted-exports to es6 rules, enable (b9845de)
- errors: Turn off require-atomic-updates, it is very buggy (abb2346)
- jest: Turn off TypeScript no-invalid-void-type rule in tests (91fb3ba)
- rules: Turn off default-param-last until it is configurable (c05d872)
- typescript: Enable auto-fix for ban-types 'object' case (bb70eb9)
- typescript: Extend no-shadow allow list to accommodate common patterns (5e4013e)
- typescript: Flesh out no-empty-function allow list (1d9438a)
- typescript: Turn off explicit-module-boundary-types, too much noise (25ac226)
- typescript: Turn off no-implicit-any-catch, too much noise (4e1ac62)
- typescript: Turn off react/prop-types in TSX files (6249318)
Features
- peer: eslint >= 7.4.0 (828ce5a)
BREAKING CHANGES
- peer: The minimum peer version of eslint is now 7.4.0.