typescript-strictly-typed
Advanced tools
Changelog
2.4.0 (2020-11-20)
Add tsconfig.json
rules:
forceConsistentCasingInFileNames
noFallthroughCasesInSwitch
noImplicitReturns
Changelog
2.3.1 (2020-11-16)
Changelog
2.3.0 (2020-11-16)
Support adding ESLint strict rules in overrides
, which means support for @angular-eslint
!
Changelog
2.2.0 (2020-11-10)
For Angular projects still using TSLint/Codelyzer, add the following lint option:
Changelog
2.1.2 (2020-10-07)
No change.
New release for internal purposes.
Changelog
2.1.1 (2020-10-07)
No change, new release for internal purposes.
Changelog
2.1.0 (2020-10-02)
fullTemplateTypeCheck
is not required anymore as it is replaced by strictTemplates
strictInputAccessModifiers
optionChangelog
2.0.0 (2020-05-24)
Look for tsconfig.base.json
to support new "solution style" configuration introduced in
TypeScript 3.9 and already used by Angular 10.
Enable full strict mode for Angular projects, to align with new Angular 10 recommandations
(previously strictPropertyInitialization
was disabled).
Changelog
1.1.1 (2020-03-13)
No code change, just rebuild with latest minimist
dependency to fix security audits.
Changelog
1.1.0 (2020-01-30)
Clean up tsconfig.json
options already included in strict
mode.