Skip to content

Commit b90c571

Browse files
committed
Clarified ambiguity in the README
I assumed by step 1 that the react plugin was inherited through use of `extend: airbnb` but it turns out not to be the case.
1 parent 51510a4 commit b90c571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and React. It requires `eslint` and `eslint-plugin-react`.
1515

1616
1. `npm install --save-dev eslint-config-airbnb eslint-plugin-react eslint`
1717
2. add `"extends": "airbnb"` to your .eslintrc
18+
3. make sure you have ``` "plugins": ["react"]``` inside your .eslintrc
1819

1920
### eslint-config-airbnb/base
2021

0 commit comments

Comments
 (0)