eslint-plugin-ssr-friendly icon indicating copy to clipboard operation
eslint-plugin-ssr-friendly copied to clipboard

[Breaking Changes] Support ESLint 9

Open SukkaW opened this issue 1 year ago • 0 comments
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.

SukkaW avatar Jun 28 '24 13:06 SukkaW