Skip to content

Commit

Permalink
Revert "doc: npm install RC version of eslint (fix #409)"
Browse files Browse the repository at this point in the history
This reverts commit 690984d7ea1b5c6c3bc587e391c9c1cfcb75e6e9.
kaiwang0119 committed Feb 15, 2016
1 parent eed6533 commit 8d0b8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webstorm.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ config settings directory.

5. If you don't want to clutter your project with extra dependencies and config files, then go global:

- `npm install -g eslint@next eslint-config-standard eslint-plugin-standard` (`sudo` might be required)
- `npm install -g eslint eslint-config-standard eslint-plugin-standard` (`sudo` might be required)
- `echo '{"extends": ["standard"]}' > ~/.eslintrc` (be warned: it overrides an existing file)

6. If you're OK with local dependencies and config, do (5) without `-g` and `~/`

0 comments on commit 8d0b8c0

Please sign in to comment.