Breaking change
- feat!: @W-17529338 reformat SSR rules to support eslint v9 by @abhagta-sfdc in #180
- The ssr related rule names have been renamed from @lwc/lwc/ssr/no-xxx to @lwc/lwc/ssr-no-xxx. For example:
ssr/no-unsupported-properties
tossr-no-unsupported-properties
. This aligns the rule names with ESLint recommendation not to use/
character in rule names. Not making this change will make the rule incompatible with ESLint v9's flat config format.
- The ssr related rule names have been renamed from @lwc/lwc/ssr/no-xxx to @lwc/lwc/ssr-no-xxx. For example:
- feat!: major release v2.0.0 by @ravijayaramappa in #182
What's Changed
Full Changelog: v1.9.0...v2.0.0