Codelyzer: tslint 6 compatibility

Created on 9 Mar 2020  路  5Comments  路  Source: mgechev/codelyzer

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 :(

Most helpful comment

Version 5.2.2 has been released which contains the above fix.

All 5 comments

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:recommended configuration (https://github.com/palantir/tslint/issues/4871)
  • [enhancement] Removed pedantic rules from tslint:recommended configuration (https://github.com/palantir/tslint/issues/4312)
  • [enhancement] vso formatter now reports severity of rule failures (https://github.com/palantir/tslint/issues/4286)
  • [enhancement] [typedef](https://palantir.github.io/tslint/rules/typedef/) rule arrow-call-signature option 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)

Version 5.2.2 has been released which contains the above fix.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidanaya picture davidanaya  路  4Comments

marbug picture marbug  路  3Comments

fabioemoutinho picture fabioemoutinho  路  5Comments

rolandjitsu picture rolandjitsu  路  5Comments

Bigous picture Bigous  路  4Comments