typescript-strictly-typed
Advanced tools
Changelog
2.12.0 (2021-11-04)
Disable the addition of exactOptionalPropertyTypes
for now, as too much libraries are not supporting it yet.
Changelog
2.11.0 (2021-08-27)
Add a new tsconfig.json
rule in projects with TypeScript >= 4.4:
exactOptionalPropertyTypes
Changelog
2.10.0 (2021-08-23)
Preserve comments in JSON files.
Changelog
2.9.0 (2021-06-04)
Add a new tsconfig.json
rule in projects with TypeScript >= 4.3:
noImplicitOverride
Reminder: a Node LTS version is required, so Node 10 may still work but is no longer supported.
Changelog
2.8.0 (2021-04-19)
For ESLint:
@typescript-eslint/explicit-module-boundary-types
instead of @typescript-eslint/explicit-function-return-type
override
Changelog
2.7.0 (2021-02-24)
Add tsconfig.json
rule:
noPropertyAccessFromIndexSignature
(TypeScript >= 4.2)Changelog
2.6.0 (2021-01-21)
Reverting the addition of noUncheckedIndexedAccess
flag.
Currently it reports too much false positives,
which probably explains why it is not part of the strict
mode.
Changelog
2.5.0 (2021-01-03)
Add @angular-eslint/template/no-any
rule in relevant projects.