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

12 lines
165 B
Plaintext
Raw Normal View History

{
2014-02-28 18:07:14 +01:00
"curly" : true,
"eqeqeq": true,
"newcap": true,
"noarg" : true,
"node" : true,
"nonbsp": true,
"strict": true,
2014-03-01 17:19:50 +01:00
"undef" : true,
"unused": true
}