tslint-immutable
Advanced tools
Changelog
[v4.1.0] - 2017-08-21
no-object-mutation
. See #36 for background. Thanks to @miangraham for this rule! (See PR #37)Changelog
[v4.0.1] - 2017-06-06
Changelog
[v4.0.0] - 2017-06-06
readonly-interface
rule. This rule is replaced by the readonly-keyword
rule.readonly-indexer
rule. This rule is replaced by the readonly-keyword
rule.no-new
rule. Please see background in #2.no-arguments
rule. This rule has been moved to the tslint-divid package.no-label
rule. This rule has been moved to the tslint-divid package.no-semicolon-interface
rule. This rule has been moved to the tslint-divid package.import-containment
rule. This rule has been moved to the tslint-divid package.Changelog
[v3.4.1] - 2017-05-14
no-argument
, no-label
, no-semicolon-interface
, and import containtment
rules are moving to tslint-divid. See #19 for more information.no-argument
, no-label
, no-semicolon-interface
, and import containtment
rules as noted above.Changelog
[v3.3.0] - 2017-05-09