eslint-plugin-ssr-friendly
eslint-plugin-ssr-friendly copied to clipboard
[Breaking Changes] Support ESLint 9
trafficstars
https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/
ESLint 9 has been released and the custom rule API has significantly changed. eslint-plugin-ssr-friendly is no longer compatible w/ the ESLint 9.
It is possible to migrate the existing rules to ESLint 9, but this means the eslint-plugin-ssr-friendly should drop all previous ESLint versions but ESLint >= 8.56.0, which would be a breaking change.