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
Does using EXTEND_ESLINT is sufficient for extending the default CRA config?
Or do I need to create or extend a shared-config like in the example? The shared-config part is confusing, as purely referencing it will crash eslint since it doesn't know what that is.
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
-
I'm trying to extend the base CRA eslint config, and reading the guide has confused me a little:
https://create-react-app.dev/docs/setting-up-your-editor/#experimental-extending-the-eslint-config
Does using
EXTEND_ESLINT
is sufficient for extending the default CRA config?Or do I need to create or extend a
shared-config
like in the example? Theshared-config
part is confusing, as purely referencing it will crash eslint since it doesn't know what that is.Beta Was this translation helpful? Give feedback.
All reactions