2.0.0 (2021-03-13)
We have provided automated migrations for you to move to v2.
All you need to do is first update to Angular and Angular CLI v11.2.0 or above (see https://update.angular.io for full instructions relating to Angular updates):
npx ng update @angular/cli @angular/core
And then run the update schematics for @angular-eslint
:
npx ng update @angular-eslint/schematics
Bug Fixes
- template-parser: add BindingPipe exp to VisitorKeys (#337) (#338) (75c406f)
- add docs url for both plugins (#360) (4c9b068)
Features
BREAKING CHANGES
-
The format of results output has changed
-
The
use-pipe-decorator
rule no longer exists for use -
feat(template-parser): updated use of parseTemplate to improve loc data
- Requires @angular/compiler 11.2.0 and above
-
feat(schematics): change way indent and quotes are handled by conversion schematics
- The conversion schematic handle these rules differently