8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a66cc commit 531950cCopy full SHA for 531950c
packages/eslint-config-airbnb/README.md
@@ -19,14 +19,15 @@ and `eslint-plugin-jsx-a11y`.
19
20
### eslint-config-airbnb/base
21
22
-Lints ES6+ but does not lint React. Requires `eslint`.
+Lints ES6+ but does not lint React. Requires `eslint` and
23
+`eslint-plugin-import`.
24
25
1. `npm install --save-dev eslint-config-airbnb eslint-plugin-import eslint`
26
2. add `"extends": "airbnb/base"` to your .eslintrc
27
28
### eslint-config-airbnb/legacy
29
-Lints ES5 and below. Only requires `eslint`.
30
+Lints ES5 and below. Requires `eslint` and `eslint-plugin-import`.
31
32
33
2. add `"extends": "airbnb/legacy"` to your .eslintrc
0 commit comments