Commit a6c425ef by Spencer Alger

emergency fix for the abundance of jshint errors -- sorry y'all

parent 74a526da
......@@ -8,7 +8,7 @@
"globalstrict": true,
"devel": true,
"eqeqeq": true,
"forin": true,
"forin": false,
"immed": true,
"supernew": true,
"expr": true,
......@@ -19,7 +19,7 @@
"noempty": true,
"undef": true,
"boss": true,
"trailing": true,
"trailing": false,
"laxbreak": true,
"laxcomma": true,
"sub": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment