mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 05:04:42 +00:00
get jshint close to passing by updating .jshintrc settings
I don't agree with these personally, but they jive with BS/@fat's JS code style. The remaining jshint complaints are things that really actually should get fixed.
This commit is contained in:
parent
03b2866b9e
commit
9c672c6b20
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue