benjammin4dayz / neu-react-vite

A template to kickstart your Neutralino.js apps with React, Vite, and optionally TypeScript!
MIT License
2 stars 1 forks source link

Upgrade to Eslint v9 #5

Open benjammin4dayz opened 3 months ago

benjammin4dayz commented 3 months ago

The latest release of eslint-plugin-react, v7.35.0, now supports the breaking changes introduced in Eslint v9 (deferred in #2)

I will likely defer this upgrade until Eslint v9 is more widely adopted, lest we break some obscure and unmaintained plugins that someone's workflow depends upon.

In the meantime, if you would like to upgrade to Eslint v9 in your own clone/fork, follow this migration guide or try out Eslint's configuration migrator tool

benjammin4dayz commented 1 week ago

Release v5.0.0 of eslint-plugin-react-hooks now supports ESLint v9.

More details in #7.