Releases: ThreadsStyling/tslint
Releases · ThreadsStyling/tslint
v4.3.0
4.3.0 (2019-05-08)
Features
v4.2.1
4.2.1 (2019-02-27)
Bug Fixes
- allow more recent versions of typescript/tslint (#17) (cccb051)
v4.2.0
4.2.0 (2019-02-26)
Features
- 🎸 disabled no-inferred-empty-object-type (8b79c19)
v4.1.2
4.1.2 (2019-01-04)
Bug Fixes
- make no-unbound-method rule false (cd5f147)
- switch to allow static methods (ce4b5af)
v4.1.1
4.1.1 (2019-01-03)
Bug Fixes
v4.1.0
4.1.0 (2018-10-19)
Features
- remove match-default-export-name rule (#13) (be4b9cd)
v4.0.2
4.0.2 (2018-10-09)
Bug Fixes
v4.0.1
4.0.1 (2018-10-09)
Bug Fixes
v4.0.0
4.0.0 (2018-10-09)
Features
- update to agreed list of rules (#9) (24fa519)
BREAKING CHANGES
- the rules have changed substantially, so some things may need changing to match the new lint rules
- there are no rules for JavaScript since we always write TypeScript
v3.4.0
3.4.0 (2018-08-09)
Features
- allow no curly on single line (b0c866d)