Breaking Changes
This release drops support for ESLint versions below v9 in the master
branch.
As a transitional step, ESLint v8 rules have been moved to the eslint-v8
branch and can be retrieved from npm using the eslint-v8
tag.
Important
As part of the transition step, all new rules will be created for both v8 (eslint-v8
branch) and v9 (master
branch).
Check the official ESLint page for details migrating to ESLint v9.
What's Changed
- @W-17955519 remove deprecated SSR rules and fix readme table by @abhagta-sfdc in #192
- @W-18047950 readme update for no-unsupported-api rule by @abhagta-sfdc in #193
- @W-18252360 support autofix feature for ssr processor by @abhagta-sfdc in #198
- chore(master): add note to write rules in ESLint v8 & v9 to CONTRIBUTING.md by @jmsjtu in #196
- feat: Eslint v9 by @jmsjtu in #195
Full Changelog: v2.1.0...v3.0.0