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
We are seeing this issue while working with latest react.
npm WARN [email protected] requires a peer of eslint@^2.9.0 but none was installed.
npm WARN [email protected] requires a peer of eslint-plugin-jsx-a11y@^1.2.0 but none was installed.
npm WARN [email protected] requires a peer of eslint@^2.9.0 but none was installed.
We are seeing this issue while working with latest react.
npm WARN [email protected] requires a peer of eslint@^2.9.0 but none was installed.
npm WARN [email protected] requires a peer of eslint-plugin-jsx-a11y@^1.2.0 but none was installed.
npm WARN [email protected] requires a peer of eslint@^2.9.0 but none was installed.
Can you pl. upgrade these to work with
"eslint": "3.1.1",
"eslint-plugin-import": "^1.11.0",
"eslint-plugin-react": "^5.2.2",
The text was updated successfully, but these errors were encountered: