Skip to content

Commit b7cc2dc

Browse files
authored
[docs] Fix package name in eslint-config-airbnb-base
1 parent c9edc92 commit b7cc2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-config-airbnb-base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Our default export contains all of our ESLint rules, including ECMAScript 6+. It
1515
1. Install the correct versions of each package, which are listed by the command:
1616

1717
```sh
18-
npm info "eslint-config-airbnb@latest" peerDependencies
18+
npm info "eslint-config-airbnb-base@latest" peerDependencies
1919
```
2020

2121
Linux/OSX users can simply run
@@ -41,7 +41,7 @@ Lints ES5 and below. Requires `eslint` and `eslint-plugin-import`.
4141
1. Install the correct versions of each package, which are listed by the command:
4242

4343
```sh
44-
npm info "eslint-config-airbnb@latest" peerDependencies
44+
npm info "eslint-config-airbnb-base@latest" peerDependencies
4545
```
4646

4747
Linux/OSX users can simply run

0 commit comments

Comments
 (0)