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.
99### eslint-config-airbnb
1010
1111Our 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 ` .
1313
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 `
15152 . add ` "extends": "airbnb" ` to your .eslintrc
1616
1717### eslint-config-airbnb/base
1818
19- Lints ES6+ but does not lint React. Requires ` eslint ` and ` babel-eslint ` .
19+ Lints ES6+ but does not lint React. Requires ` eslint ` .
2020
21- 1 . ` npm install --save-dev eslint-config-airbnb babel-eslint eslint `
21+ 1 . ` npm install --save-dev eslint-config-airbnb eslint `
22222 . add ` "extends": "airbnb/base" ` to your .eslintrc
2323
2424### eslint-config-airbnb/legacy
You can’t perform that action at this time.
0 commit comments