Commit 908f4c34 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #8696 from twbs/jshintrc

get jshint close to passing by updating .jshintrc settings
parents c25bf6ba 9c672c6b
......@@ -3,9 +3,11 @@
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
"eqeqeq" : false,
"eqnull" : true,
"debug" : true,
"devel" : true,
"curly" : false,
"boss" : true,
"expr" : true,
"asi" : 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