0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
Bootstrap/js/.jshintrc
2014-06-10 17:16:29 -07:00

16 lines
296 B
Plaintext

{
"asi" : true,
"browser" : true,
"eqeqeq" : false,
"eqnull" : true,
"es3" : true,
"expr" : true,
"jquery" : true,
"latedef" : true,
"laxbreak" : true,
"nonbsp" : true,
"undef" : true,
"unused" : true,
"predef" : [ "define", "require" ]
}