twbs--bootstrap/grunt/.jshintrc

12 lines
165 B
Plaintext
Raw Normal View History

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