mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
Mention eslint-config-airbnb
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.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
Our `.eslintrc` requires the following NPM packages:
|
||||
|
||||
- `eslint-config-airbnb`
|
||||
- `eslint`
|
||||
- `babel-eslint`
|
||||
- `eslint-plugin-react`
|
||||
|
||||
Reference in New Issue
Block a user