Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz authored Apr 10, 2017
1 parent 8363d04 commit d60d2de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,7 @@ For JS snippets, install: **[vscode-standardjs-snippets][vscode-2]**. For React

### Vim

Install **[Syntastic][vim-1]** and add this line to `.vimrc`:

```vim
let g:syntastic_javascript_checkers = ['standard']
```
Install **[ale][vim-1]**.

For automatic formatting on save, add these lines to `.vimrc`:

Expand All @@ -271,7 +267,7 @@ autocmd bufwritepost *.js silent !standard --fix %
set autoread
```

[vim-1]: https://github.com/scrooloose/syntastic
[vim-1]: https://github.com/w0rp/ale

### Emacs

Expand Down

0 comments on commit d60d2de

Please sign in to comment.