tslint-immutable
Advanced tools
Changelog
[v4.6.0] - 2018-06-12
no-array-mutation
. See #74. Thanks to @RebeccaStevens for adding this rule! (See PR #84)Changelog
[v4.5.2] - 2018-02-27
Ignore await when checking ignore-prefix
in no-expression-statement
. See #76.
no-class
does not catch class expressions. See #65. Thanks to @ianbollinger for this fix! (See PR #70)
Changelog
[v4.5.0] - 2017-12-29
New options ignore-interface
, and ignore-class
for the readonly-keyword
rule. See #44 for background. Thanks to @aboyton for these options! (See PR #57)
The ignore-prefix
option can be an array for all rules (previously just for no-expression-statement
and no-object-mutation
).
New rule no-delete
. See readme for more info.
New rule no-if-statement
. See readme for more info and #54 for discussion.
New rule no-loop-statement
. See readme for more info and #54 for discussion.
no-mixed-interface
does not understand arrow function notation. See #60.Changelog
[v4.4.0] - 2017-09-27
ignore-prefix
for the no-object-mutation
rule. See #43 for background. Thanks to @miangraham for this option! (See PR #53)Changelog
[v4.3.0] - 2017-09-23
readonly
modifier of class
property declarations. See #49 and PR #50.ignore-local
, and ignore-prefix
for the no-let
rule. See #32, also requested in #43. See PR #48.