removing flag browser

This commit is contained in:
coderaiser 2012-06-14 14:46:53 +00:00
parent 6d93c195e3
commit e7e9cd3872
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,7 @@
{
//"validthis": true,
"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
"debug" : true,
"boss" : true,
"expr" : true,

View file

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