File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ We export three ESLint configurations for your usage.
9
9
### eslint-config-airbnb
10
10
11
11
Our default export contains all of our ESLint rules, including EcmaScript 6+
12
- and React. It requires ` eslint ` , ` babel-eslint ` , and ` eslint-plugin-react ` .
12
+ and React. It requires ` eslint ` and ` eslint-plugin-react ` .
13
13
14
- 1 . ` npm install --save-dev eslint-config-airbnb babel-eslint eslint-plugin-react eslint `
14
+ 1 . ` npm install --save-dev eslint-config-airbnb eslint-plugin-react eslint `
15
15
2 . add ` "extends": "airbnb" ` to your .eslintrc
16
16
17
17
### eslint-config-airbnb/base
18
18
19
- Lints ES6+ but does not lint React. Requires ` eslint ` and ` babel-eslint ` .
19
+ Lints ES6+ but does not lint React. Requires ` eslint ` .
20
20
21
- 1 . ` npm install --save-dev eslint-config-airbnb babel-eslint eslint `
21
+ 1 . ` npm install --save-dev eslint-config-airbnb eslint `
22
22
2 . add ` "extends": "airbnb/base" ` to your .eslintrc
23
23
24
24
### eslint-config-airbnb/legacy
You can’t perform that action at this time.
0 commit comments