mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 10:58:01 -05:00
Actually, if we want to make the thing more convenient, we could go as far as saying: “ Before using our `.eslintrc` install these dependencies: ```sh npm install --save-dev eslint-config-airbnb eslint babel-eslint eslint-plugin-react ``` ”. I want to leave the decision up to you though.
.eslintrc
Our .eslintrc requires the following NPM packages:
eslint-config-airbnbeslintbabel-eslinteslint-plugin-react