1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/js/.jshintrc

14 lines
260 B
Text
Raw Normal View History

{
2013-09-18 01:20:46 -04:00
"asi" : true,
"boss" : true,
2013-05-16 14:06:30 -04:00
"browser" : true,
2013-09-18 01:20:46 -04:00
"curly" : false,
2013-05-16 14:06:30 -04:00
"debug" : true,
"devel" : true,
2013-09-18 01:20:46 -04:00
"eqeqeq" : false,
"eqnull" : true,
2013-05-16 14:06:30 -04:00
"expr" : true,
2013-09-18 01:20:46 -04:00
"laxbreak" : true,
2013-09-18 12:50:02 -04:00
"quotmark" : "single",
2013-09-18 01:20:46 -04:00
"validthis": true
2013-05-21 22:30:33 -04:00
}