Describe the bug
I was wondering if the tslint version could be bumped to 6, it's currently 5
I keep getting peer dependency warnings :(
I think this could be ignored due to ESLint migration :/
The ESLint migration is possibly months/years away.
I'd be willing to make a PR
From tslint changelog for easy reference
:fire: BREAKING CHANGES :fire:
- [api] Changed default formatter to stylish (https://github.com/palantir/tslint/issues/4872)
- [enhancement] Removed formatting and whitespace rules from
tslint:recommendedconfiguration (https://github.com/palantir/tslint/issues/4871)- [enhancement] Removed pedantic rules from
tslint:recommendedconfiguration (https://github.com/palantir/tslint/issues/4312)- [enhancement]
vsoformatter now reports severity of rule failures (https://github.com/palantir/tslint/issues/4286)- [enhancement] [
typedef](https://palantir.github.io/tslint/rules/typedef/) rulearrow-call-signatureoption is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (https://github.com/palantir/tslint/issues/4533)- [bugfix] [
ordered-imports](https://palantir.github.io/tslint/rules/ordered-imports/) is now consistent with TypeScript's Organise Imports ordering (https://github.com/palantir/tslint/issues/4064)- [bugfix] [
member-ordering](https://palantir.github.io/tslint/rules/member-ordering/) now checks property accessors (getters and setters) (https://github.com/palantir/tslint/issues/3984)
This should be fixed by https://github.com/mgechev/codelyzer/pull/961
Version 5.2.2 has been released which contains the above fix.
Most helpful comment
Version 5.2.2 has been released which contains the above fix.