szhsin / eslint-plugin-react-hooks-addons

ESLint rule to check unused and potentially unnecessary dependencies in useEffect hook.
MIT License
11 stars 2 forks source link

ESLint v9 flat config #116

Open mike-lock opened 3 weeks ago

mike-lock commented 3 weeks ago

Hello,

Is the support of ESLint v9 + flat config going to be supported in the near future?

Greetings,

Mike

szhsin commented 3 weeks ago

Hey @mike-lock ,

Supporting flat config has actually been planned!

Meanwhile, you could use the @eslint/compat to adapt the legacy config for now like this one.