Skip to content

Commit

Permalink
[eslint config] [*] [docs] use “#” in example command rather than ver…
Browse files Browse the repository at this point in the history
…sion numbers.

Closes airbnb#984.
  • Loading branch information
ljharb authored and jaylaw81 committed Sep 19, 2017
1 parent 1a36cad commit 9a381ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Our default export contains all of our ESLint rules, including ECMAScript 6+. It
Which produces and runs a command like:

```sh
npm install --save-dev eslint-config-airbnb-base eslint@^3.0.1 eslint-plugin-import@^1.10.3
npm install --save-dev eslint-config-airbnb-base eslint@^#.#.# eslint-plugin-import@^#.#.#
```

2. Add `"extends": "airbnb-base"` to your .eslintrc
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Our default export contains all of our ESLint rules, including ECMAScript 6+ and
Which produces and runs a command like:

```sh
npm install --save-dev eslint-config-airbnb eslint@^2.9.0 eslint-plugin-jsx-a11y@^1.2.0 eslint-plugin-import@^1.7.0 eslint-plugin-react@^5.0.1
npm install --save-dev eslint-config-airbnb eslint@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-react@^#.#.#
```

2. Add `"extends": "airbnb"` to your .eslintrc
Expand Down

0 comments on commit 9a381ab

Please sign in to comment.