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
to "eslint": ">=6" so that we're able to upgrade when new versions of ESLint come out today and into the future.
Alternative solutions
Alternatively, we could change it to "eslint": "6 || 7 || 8 || 9"
Additional context
I haven't tested whether this package works with new ESLint so perhaps there's a reason to not update the peer. If that's the case, it would be great to update what's needed for compatability!
The text was updated successfully, but these errors were encountered:
The problem
ESLint v9.0.0 was released back in April and we'd like to use
@emotion/eslint-plugin
but npm complains:Proposed solution
It would be great if we could update
emotion/packages/eslint-plugin/package.json
Line 28 in 56109e7
"eslint": ">=6"
so that we're able to upgrade when new versions of ESLint come out today and into the future.Alternative solutions
Alternatively, we could change it to
"eslint": "6 || 7 || 8 || 9"
Additional context
I haven't tested whether this package works with new ESLint so perhaps there's a reason to not update the peer. If that's the case, it would be great to update what's needed for compatability!
The text was updated successfully, but these errors were encountered: