jupyterhub/theme/static/components/bootstrap/grunt/.jshintrc

8 lines
126 B
Plaintext
Raw Permalink Normal View History

2023-01-20 13:01:31 +00:00
{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true
}