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
{{ message }}
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
typescript-eslint-parser is now pulling in [email protected], ideally it should be asking for a peer dependency of "eslint": ">=4.19.1". This would allow de-duplication of the eslint dependency in consumers of typescript-eslint-parser using a different version of eslint.
A current workaround is to pin the eslint dependency in a consuming project using a resolution. For example, to force using eslint@^5.0.0
"resolutions": {
"eslint": "^5.0.0",
}
The text was updated successfully, but these errors were encountered:
typescript-eslint-parser
is now pulling in[email protected]
, ideally it should be asking for a peer dependency of"eslint": ">=4.19.1"
. This would allow de-duplication of the eslint dependency in consumers oftypescript-eslint-parser
using a different version ofeslint
.A current workaround is to pin the
eslint
dependency in a consuming project using a resolution. For example, to force usingeslint@^5.0.0
The text was updated successfully, but these errors were encountered: