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 ramasilveyra committed Dec 6, 2016
1 parent e25edb2 commit cdfd2d9
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-auth0-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-auth0-base eslint@^3.0.1 eslint-plugin-import@^1.10.3
npm install --save-dev eslint-config-auth0-base eslint@^#.#.# eslint-plugin-import@^#.#.#
```

2. Add `"extends": "auth0-base"` to your .eslintrc
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-auth0/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-auth0 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-auth0 eslint@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-react@^#.#.#
```

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

0 comments on commit cdfd2d9

Please sign in to comment.