mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 02:47:57 -05:00
Merge pull request #497 from abrkn/master
Make eslintrc dependencies copy-pasteable
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
Our `.eslintrc` requires the following NPM packages:
|
||||
|
||||
- `eslint-config-airbnb`
|
||||
- `eslint`
|
||||
- `babel-eslint`
|
||||
- `eslint-plugin-react`
|
||||
```
|
||||
npm install --save-dev \
|
||||
eslint-config-airbnb \
|
||||
eslint \
|
||||
babel-eslint \
|
||||
eslint-plugin-react
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user