[docs] Fix package name in eslint-config-airbnb-base

This commit is contained in:
Maxim Samoilov
2016-12-25 06:27:52 +03:00
committed by GitHub
parent c9edc92a80
commit b7cc2dc89f

View File

@@ -15,7 +15,7 @@ Our default export contains all of our ESLint rules, including ECMAScript 6+. It
1. Install the correct versions of each package, which are listed by the command:
```sh
npm info "eslint-config-airbnb@latest" peerDependencies
npm info "eslint-config-airbnb-base@latest" peerDependencies
```
Linux/OSX users can simply run
@@ -41,7 +41,7 @@ Lints ES5 and below. Requires `eslint` and `eslint-plugin-import`.
1. Install the correct versions of each package, which are listed by the command:
```sh
npm info "eslint-config-airbnb@latest" peerDependencies
npm info "eslint-config-airbnb-base@latest" peerDependencies
```
Linux/OSX users can simply run