Version 2.0! Hooray! 🎊
This release marks the stabilization of the package's Node API, as introduced in the v2.0.0-beta* releases. We're already seeing great usage of the APIs in the angular-eslint schematic.
This stable release adds a comment conversion API alongside the configuration file API released in the betas, as well as a couple missing RxJS rule converters::
- #809: rxjs-no-implicit-any-catch
- #798: rxjs-no-unsafe-takeuntil and fix in rxjs-no-async-subscribe
- #821: Added convertFileComments API
Thanks to this release's community contributor @criskrzysiu!