mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
[docs] Fix package name in eslint-config-airbnb-base
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user