add .jshintrc

This commit is contained in:
Daniel Micay 2020-02-19 15:05:13 -05:00
parent 64837579a3
commit 14b8abbec8

5
.jshintrc Normal file
View File

@ -0,0 +1,5 @@
{
"browser": true,
"esversion": 6,
"strict": "global"
}