mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
9c672c6b20
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.
14 lines
No EOL
256 B
Text
14 lines
No EOL
256 B
Text
{
|
|
"validthis": true,
|
|
"laxcomma" : true,
|
|
"laxbreak" : true,
|
|
"browser" : true,
|
|
"eqeqeq" : false,
|
|
"eqnull" : true,
|
|
"debug" : true,
|
|
"devel" : true,
|
|
"curly" : false,
|
|
"boss" : true,
|
|
"expr" : true,
|
|
"asi" : true
|
|
} |