removing global flag

This commit is contained in:
coderaiser 2012-06-14 14:42:55 +00:00
parent e4d243d50a
commit 6d93c195e3
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"validthis": true,
//"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,

View file

@ -1,3 +1,3 @@
#!/bin/sh
npm install -g jshint
npm install jshint
jshint *.js --config .jshintrc