Clean up jshintrc configs. Close gh-983.

This commit is contained in:
Mike Sherov
2012-10-16 11:26:14 -04:00
committed by Dave Methvin
parent 08e134548f
commit fcaef88968
4 changed files with 33 additions and 38 deletions

View File

@@ -1,17 +1,17 @@
{
"options": {
"evil": true,
"browser": true,
"wsh": true,
"eqnull": true,
"expr": true,
"curly": true,
"trailing": true,
"undef": true,
"eqnull": true,
"evil": true,
"expr": true,
"maxerr": 100,
"quotmark": "double",
"smarttabs": true,
"sub": true,
"maxerr": 100,
"quotmark": "double"
"trailing": true,
"undef": true,
"wsh": true
},
"globals": {
"define": true,