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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
The React template in
create-vite
currently useseslint-plugin-react
to enforce ESLint rules in React.While this works in general, the currently used plugin only supports
react-dom
as the renderer and isn't platform agnostic as we think it is.Recently, there's a new React ESLint plugin that provides a more platform-agnostic way to apply ESLint rules for React called
eslint-react
.I think it will benefit in the long term if we migrated the plugin used in the React template to this plugin. I'm willing to help if it's needed.
Beta Was this translation helpful? Give feedback.
All reactions