Skip to content

Commit

Permalink
Added 'editor configuration' to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Sep 24, 2016
1 parent 8127e6d commit 465d3ba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
## Setup:
This project has **VERY** strict eslint rules. Adding eslint support to your text-editor will make contributing a lot easier.

## Editor Configuration
### Atom
* https://atom.io/packages/linter
* https://atom.io/packages/linter-eslint
* https://atom.io/packages/language-babel
```bash
apm install linter linter-eslint language-babel
```

### Sublime
* https://github.com/SublimeLinter/SublimeLinter3
* https://github.com/roadhump/SublimeLinter-eslint
* https://github.com/babel/babel-sublime

### Others
http://eslint.org/docs/user-guide/integrations#editors

## Development Tooling
The Redux devtools are hidden by default and can be shown with `ctrl + h`

Expand Down

0 comments on commit 465d3ba

Please sign in to comment.