ArnaudBarre / eslint-plugin-react-refresh

Validate that your components can safely be updated with fast refresh
MIT License
198 stars 9 forks source link

How to use in flat config #31

Closed rakleed closed 9 months ago

rakleed commented 10 months ago

From the next version 9, ESLint will deprecate the current eslintrc format, and by default will use the new flat config format (eslint.config.js). Already from version 8.23.0 you can fully use the flat config format. But your README (which is used as a description for the NPM package) doesn’t say anything about how to configure it correctly. Please add this information to the documentation.

ArnaudBarre commented 9 months ago

I just added a section in the README!