Skip to content

Commit

Permalink
Add jslint for warnings on saving javascript file
Browse files Browse the repository at this point in the history
  • Loading branch information
skwp committed Jan 27, 2012
1 parent bf2b3d2 commit 21ee926
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,6 @@
path = vim/bundle/majutsushi-tagbar
url = https://github.com/majutsushi/tagbar.git
ignore=dirty
[submodule "vim/bundle/joestelmach-javaScriptLint"]
path = vim/bundle/joestelmach-javaScriptLint
url = https://github.com/joestelmach/javaScriptLint.vim
Binary file added bin/jsl
Binary file not shown.
1 change: 1 addition & 0 deletions vim/bundle/joestelmach-javaScriptLint
1 change: 1 addition & 0 deletions vim/plugin/settings/jslint.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let g:jslint_highlight_color=""

0 comments on commit 21ee926

Please sign in to comment.