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
Per #92 putting in place the correct versions of the peer Dependencies reduced this to a single spurious warning that makes no sense on the face of it:
warning " > eslint-config-airbnb@16.1.0" has unmet peer dependency "eslint-plugin-react@^7.4.0".
Makes no sense because that exact package and version is a member of the devDependencies section of the package.json right alongside eslint-config-airbnb@16.1.0:
Installed eslint (with airbnb styles, react=true and JSON config file) in the
eslint-enable
branch.Now when I fire the
yarn
command in this branch, it results in these warnings:The text was updated successfully, but these errors were encountered: