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 eslint@3.19.0, leading to config errors (huh? breaking changes in minor updates?).
This is solved by running yarn add eslint@3.19.0 manually, but we should find a way do that anyways 🤔
The text was updated successfully, but these errors were encountered:
We are working on getting 1.0 out but we never suggested using CRA with Airbnb config and don't officially support this. In fact I would discourage it because Airbnb is heavy on style rules, for which I suggest using Prettier instead. It’s fine if you do it, but there will be more issues like this, and unfortunately we can’t adjust our releases based on Airbnb releases. But yea, it is coming soon.
The CRA installs
eslint@^3.16.0
, and when theairbnb
installation script is run, it doesn't installeslint@3.19.0
, leading to config errors (huh? breaking changes in minor updates?).This is solved by running
yarn add eslint@3.19.0
manually, but we should find a way do that anyways 🤔The text was updated successfully, but these errors were encountered: