0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/grunt/.jshintrc
2014-02-28 17:30:08 +02:00

11 lines
171 B
Plaintext

{
"curly" : true,
"eqeqeq" : true,
"newcap" : true,
"noarg" : true,
"node" : true,
"nonbsp" : true,
"strict" : true,
"undef" : true
}