How to config a CRA project (without ejecting it) to use Airbnb Linting rules along side ESLint and Prettier:
Date of this working config: April 2019
- npx create-react-app foobar
- Create a
.eslintignore
and add:
src/serviceWorker.js
- Create a
.prettierrc
and add: