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
@ljharb is it better to wait, if it is going to be fixed in sometime soon ?
on our project instead on downgrading to v14 and downgrading all peer dependencies based on that.
We wish to keep up to date with v15 and jsx@latest and allothers@latest
thanks
It's now released, so you can upgrade using the install command in the readme to get the proper peer deps.
It's not important to always be on latest; and in eslint's ecosystem it's often not possible. The convenience of using a shared config means the tradeoff of not having full control over the dependency versions.
Hi,
npm info "eslint-config-airbnb@latest" peerDependencies
returns
but when I install those packages, I still have 2 unmet dependencies :
Any idea ?
EDIT : I was looking for an answer and found this so I guess I'm in the same boat (using CRA).
The text was updated successfully, but these errors were encountered: