Skip to content

Commit

Permalink
use eslint for javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmark committed Feb 24, 2017
1 parent 6c142fb commit 86312dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc.after
Expand Up @@ -101,6 +101,9 @@ let g:syntastic_ruby_checkers = ['mri', 'rubocop']
" User EditorConfig
let g:EditorConfig_exclude_patterns = ['fugitive://.*']

" Use eslint
let g:syntastic_javascript_checkers = ['eslint']

" Assuming solarized colorscheme
colorscheme solarized

Expand Down

0 comments on commit 86312dd

Please sign in to comment.