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:
Tomek Wiszniewski
2015-08-05 19:45:08 +02:00
parent 220696b9df
commit d874a94a0a

View File

@@ -2,6 +2,7 @@
Our `.eslintrc` requires the following NPM packages:
- `eslint-config-airbnb`
- `eslint`
- `babel-eslint`
- `eslint-plugin-react`