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
The CRA installs eslint@^3.16.0, and when the airbnb installation script is run, it doesn't install [email protected], leading to config errors (huh? breaking changes in minor updates?).
This is solved by running yarn add [email protected] manually, but we should find a way do that anyways 🤔