AirBnB linting
ovidiubute opened this issue · 3 comments
ovidiubute commented
- create-react-app linting is pretty lax
- AirBnB is superior so the project will benefit from it
DusanSacha commented
@ovidiubute Would you do it just by adding this package (and its dependencies) + changing the "extends": "react-app"
to "extends": "airbnb"
in package.json
?
Or is there also something else behind this issue?
Thanks!
ovidiu-bute-hs commented
It should be enough, but then you also need to lint the code, which will involve some manual steps and could be a pretty big PR. Ideally we shouldn't have a lot of linting errors so maybe just try it out and see how many errors you get.
DusanSacha commented
Solved by PR #37