This repository was archived by the owner on Jan 19, 2024. It is now read-only.
v0.10.0
- Change
max-statements
restriction from10
to15
.- Turns out that you can write totally reasonable functions with more than 10 statements.
- Allow
.json
file extension whenimport
ing a JSON file- Turns out TypeScript needs the
.json
file extension to do the import.
- Turns out TypeScript needs the
- Upgrade peer dependencies
- ESLint 7.5.0
- Better optional chaining
@typescript-eslint
- Support short-circuiting assignment operators
- Support type annotations on catch clauses
- ESLint 7.5.0