aefox/intra-hq

eslint-config-airbnb has uncompatible eslint v4.0.0 peer dependency

lau32 opened this issue · 1 comments

lau32 commented

Installing dependencies with yarn, results in a linkage warning at step 3/4 due to the fact that eslint-config-airbnb does not have support for eslint v4 yet: #1447
eslint-deps

This also means you can't run eslint on solution without it crashing.
eslint-run

Enviroment:

  • node v6.10.0
  • Win10
  • yarn v0.23.2
aefox commented

closing this as we switched to create-react-app and this no longer applies