- Introducing eslint
- Warnings about changes by new code style
- Migration of
tinkoff-
rules natively to eslint
- Same errors (backwards compatible) and new warnings for angular and rxjs
- Completely removing tslint rules and configs
- Warnings from v1.* turns into errors in accordance with new code style, angular and rxjs
- Warnings about more strict rules in accordance to best-practices (
sonarjs
,optimize-regex
,no-use-before-define
, etc)