Update .jshintrc

This commit is contained in:
Paolo Asperti 2020-12-23 10:12:04 +01:00
parent 487a96bffd
commit 1219291a6d
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true
}