Add .jshintrc

This should make text editors and linters complain less.
This commit is contained in:
John BEPPU
2020-09-14 20:56:38 -07:00
parent c22a27779a
commit d1391a42aa

6
.jshintrc Normal file
View File

@@ -0,0 +1,6 @@
{
"esversion": 8,
"asi": true,
"laxbreak": true,
"predef": [ "-Promise" ]
}