typescript-strictly-typed
Advanced tools
Changelog
3.14.0 (2024-06-08)
Support for Biome. Initial rules:
noDoubleEquals
noExplicitAny
noImplicitAnyLet
noNonNullAssertion
useArrowFunction
useForOf
useOptionalChain
useTemplate
Note that some options are already included in the recommended
preset, so they are not added if the preset is enabled, to keep configuration concise.
Changelog
3.13.0 (2024-06-06)
allowExpression
option in @typescript-eslint/explicit-function-return-type
as it is less noisy nowtsconfig.json
extends another oneeslint.config.js
Changelog
3.11.0 (2024-05-29)
New lint rules:
@typescript-eslint/strict-boolean-expressions
@typescript-eslint/restrict-template-expressions
@typescript-eslint/prefer-optional-chain
prefer-arrow-callback
@typescript-eslint/prefer-for-of
Only add TypeScript ESLint rules which require type checking in configurations were it is enabled.
Enforce lint rules sub-options.