Changelog
v2.4.3
no-conditional-assignment
(#507)member-access
(#552)no-internal-module
(#513)sample.tslint.json
(#545)findup-sync
and underscore.string
dependencies"typescript"
field to package.json
(#560)Changelog
v2.5.0-dev.2
v1.6.0-dev.20150811
whitespace
false positive in JSX elements (#559)Changelog
v2.5.0-dev.1
v1.6.0-dev.20150805
.tsx
syntax (#490)Changelog
v2.4.0
no-var-keyword
rule-f
option removed from CLIChangelog
v2.3.1-beta
no-require-imports
disallows require()
style importsno-shadowed-variable
moves over shadowed variable checking from no-duplicate-variable
into its own ruleno-duplicate-variable
now only checks for duplicates within the same block scope; enable no-shadowed-variable
to get duplicate-variable checking across block scopesno-duplicate-variable
, no-shadowed-variable
, and no-use-before-declare
now support ES6 destructuringChangelog
v2.3.0-beta
no-var-keyword
disallows var
in favor of let
and const
sort-object-literal-keys
forces object-literal keys to be sorted alphabeticallyvariable-name
, no-use-before-declare
, whitespace
and no-unused-variable
)Changelog
v2.2.0-beta
align
rule now enforces vertical alignment on parameters, arguments, and statementsswitch-default
enforces a default
case in switch
statementsno-duplicate-variable
rule now additionally checks if function parameters have been shadowed