0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-31 18:25:20 +02:00
Bootstrap/js/.jshintrc
2014-02-14 11:02:03 +02:00

15 lines
278 B
Plaintext

{
"asi" : true,
"boss" : true,
"browser" : true,
"curly" : false,
"debug" : true,
"devel" : true,
"eqeqeq" : false,
"eqnull" : true,
"expr" : true,
"indent" : 2,
"laxbreak" : true,
"quotmark" : "single",
"validthis": true
}