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
While checking out the project, I noticed that the ESLint setup still uses the older .eslintrc.js format.
Would you be open to migrating to the newer eslint.config.js (Flat Config) format? This is now ESLint’s recommended standard and would allow consumer projects that reuse this config to more easily upgrade their tooling and stay current with ESLint's latest practices.
All linting behavior could remain the same—this would just be a structural update.
I'd be happy to submit a PR if you're open to it!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi 👋
While checking out the project, I noticed that the ESLint setup still uses the older
.eslintrc.js
format.Would you be open to migrating to the newer
eslint.config.js
(Flat Config) format? This is now ESLint’s recommended standard and would allow consumer projects that reuse this config to more easily upgrade their tooling and stay current with ESLint's latest practices.All linting behavior could remain the same—this would just be a structural update.
I'd be happy to submit a PR if you're open to it!
Thanks!
The text was updated successfully, but these errors were encountered: