0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00
Bootstrap/js/.jshintrc

14 lines
256 B
Plaintext
Raw Normal View History

{
2013-09-18 08:20:46 +03:00
"asi" : true,
"boss" : true,
2013-05-16 11:06:30 -07:00
"browser" : true,
2013-09-18 08:20:46 +03:00
"curly" : false,
2013-05-16 11:06:30 -07:00
"debug" : true,
"devel" : true,
2013-09-18 08:20:46 +03:00
"eqeqeq" : false,
"eqnull" : true,
2013-05-16 11:06:30 -07:00
"expr" : true,
2013-09-18 08:20:46 +03:00
"laxbreak" : true,
"laxcomma" : true,
"validthis": true
2013-05-21 19:30:33 -07:00
}