This repository was archived by the owner on Aug 30, 2019. It is now read-only.
1.0.0
Breaking changes:
- Update to TSLint 4.0.0
- Removed
no-duplicate-key rule(covered by compiler) - Removed
no-unreachable(covered by compiler) - Removed
no-unused-variablerule. This is checked by the TypeScript v2 compiler using the flags --noUnusedParameters and --noUnusedLocals.
- Removed
New rules:
ter-indentequivalent toindentter-prefer-arrow-callbackequivalent toprefer-arrow-callbackter-arrow-parensequivalent toarrow-parenster-arrow-spacingequivalent toarrow-spacingdot-notationruleobject-curly-spacingruleno-duplicate-importsruleno-labelsrule