You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: