tslint-immutable
Advanced tools
Changelog
[v3.1.0] - 2017-04-05
ignore-local
option added to readonly-array
.ignore-prefix
option added to readonly-array
.Changelog
[v3.0.0] - 2017-04-02
readonly-array
now also checks for implicity declared mutable arrays.Changelog
[v2.1.1] - 2017-03-29
noMutationRule.js
and no-mutation
example from README, thanks to @pmlamotte. (see #6)Changelog
[v2.1.0] - 2016-12-12
readonly-indexer
rule.readonly-interface
rule that made it fail on indexer declarations.Changelog
[v2.0.0] - 2016-12-12
readonly-interface
rule.readonly-indexer
rule.readonly-array
rule.no-class
rule.no-new
rule.no-mixed-interface
rule.import-containment
rule.no-arguments
rule.no-label
rule.no-semicolon-interface
rule.no-mutation
rule (replaced by the readonly-interface
rule).Changelog
v1.0.0 - 2016-12-10
no-expression-statement
rule.no-let
rule.no-mutation
rule.no-this
rule.