todo/public/vendor/bootstrap-datepicker/grunt/.jshintrc

8 lines
119 B
Plaintext
Raw Normal View History

2020-06-23 04:40:37 +00:00
{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true
}