0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/js/.jshintrc

13 lines
214 B
Plaintext
Raw Normal View History

{
2013-09-18 07:20:46 +02:00
"asi" : true,
"boss" : true,
2013-05-16 20:06:30 +02:00
"browser" : true,
"debug" : true,
"devel" : true,
2013-09-18 07:20:46 +02:00
"eqeqeq" : false,
"eqnull" : true,
2013-05-16 20:06:30 +02:00
"expr" : true,
2013-09-18 07:20:46 +02:00
"laxbreak" : true,
"validthis": true
}