diff --git a/static/bower_components/bootstrap-datepicker/grunt/.jshintrc b/static/bower_components/bootstrap-datepicker/grunt/.jshintrc new file mode 100644 index 0000000..0ea0495 --- /dev/null +++ b/static/bower_components/bootstrap-datepicker/grunt/.jshintrc @@ -0,0 +1,7 @@ +{ + "extends" : "../js/.jshintrc", + "asi" : false, + "browser" : false, + "es3" : false, + "node" : true +}