This repository was archived by the owner on Feb 9, 2025. It is now read-only.
v23.0.0
Bug Fixes
- Add additional check for tsconfig.json resolving (dd53d16)
Features
- Enable
@typescript-eslint/explicit-member-accessibility rule(f036659) - Relax
import/orderrule (ae8d12a)
BREAKING CHANGES
- The
@typescript-eslint/explicit-member-accessibilityrule will now reports errors when someone uses the public keyword in TypeScript classes where it is not necessary.