short-url/public/vendor/bootstrap/grunt/.jshintrc
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

8 lines
119 B
Plaintext
Executable File

{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true
}