Bootstrap/grunt/.jshintrc

11 lines
147 B
Plaintext
Raw Normal View History

{
2014-02-28 19:07:14 +02:00
"curly" : true,
"eqeqeq": true,
"newcap": true,
"noarg" : true,
"node" : true,
"nonbsp": true,
"strict": true,
"undef" : true
}