gitnet-project/bower_components/bootstrap/grunt/.jshintrc

8 lines
119 B
Plaintext
Raw Normal View History

2016-06-21 18:47:26 +02:00
{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true
}