Releases
v6.0.0
6.0.0 (2023-07-30)
Features
functional-parameters: add option to ignore getters and setters (9c89b9e )
immutable-data: add new option ignoreNonConstDeclarations
(ecde24a ), closes #691
no-expression-statements: add option to ignore self returning functions (894fb91 ), closes #611
prefer-immutable-types: use suggestions instead of a fixer by default (#598 ) (3fb9028 )
remove assumeTypes
option (6be5862 )
add sanity checks to type immutablity override settings (d3ce5b0 )
replace ignorePattern
option with ignoreIdentifierPattern
and ignoreCodePattern
(48d8eba ), closes #467
Build System
increase minimum supported TypeScript version to 4.3.5 (aefe6b2 )
BREAKING CHANGES
replace ignorePattern
option with ignoreIdentifierPattern
and ignoreCodePattern
increase minimum supported TypeScript version to 4.3.5
remove assumeTypes
option
prefer-immutable-types: The fixer config no longer inherits as many options as before; be sure to be
explicit in your configs.
You can’t perform that action at this time.