Initial v3.3.6

This commit is contained in:
2020-04-10 08:15:15 -04:00
commit acd5401790
50 changed files with 7832 additions and 0 deletions

23
.jshintrc Normal file
View File

@@ -0,0 +1,23 @@
{
"esnext": true,
"-W030": true,
"-W053": true,
"-W084": true,
"-W055": true,
"-W069": true,
"-W097": true,
"undef": true,
"unused": true,
"laxbreak": true,
"node": true,
"browser": true,
"predef": [
"window",
"Promise",
"define",
"console",
"describe",
"after",
"it"
]
}