Skip to content

Commit

Permalink
Docs: Add missing package to Sublime Text eslint instructions. (#9069)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwight authored and lancewillett committed Jan 3, 2017
1 parent 988d5ea commit 9784848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/coding-guidelines/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ If you are using Sublime Text, you can use the `SublimeLinter-eslint` plugin to
Before following these instructions, you'll want to globally install ESLint and related dependencies by running the following command in your terminal:

```bash
npm install -g eslint eslint-plugin-wpcalypso eslint-plugin-react babel-eslint
npm install -g eslint babel-eslint eslint-plugin-react eslint-plugin-wpcalypso eslint-config-wpcalypso
```

#### Identifying Spaces with Sublime Text
Expand Down

0 comments on commit 9784848

Please sign in to comment.