- Launches eslint via node rather than using the API, ensuring module isolation based on the location of eslint and the given working directory, allowing deterministic node module resolution
- Uses the github matchers for eslint errors to provide annotations now
- Fixes an issue with the module resolution for eslint-plugin-flowtype and eslint v8.
What's Changed
- Get working for eslint 8 with flowtype plugin by @somewhatabstract in #33
New Contributors
- @somewhatabstract made their first contribution in #33
Full Changelog: v1.1.5...v2.0.0