All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Anonymous function should have space before paren.
tslint
updated to version 5.4.3.
- Rule to prefer
x + 1
over1 + x
. - Rule to check whether the final clause of a switch statement ends in
break;
.
- Allow skipping types of parameters for arrow functions.
- Separate set of rules that require type information.
- Allow usage of
console.error
.
- Allow PascalCase for variable name format in JS (not TS).
- Remove requiring of trailing comma in JS.
tslint
shoult be in peer and dev dependencies.adjacent-overload-signatures
rule is ts-only.