0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
Bootstrap/grunt/.jshintrc

11 lines
171 B
Plaintext
Raw Normal View History

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