Initial version

This commit is contained in:
2018-01-17 14:09:34 -05:00
commit fa05241a63
52 changed files with 7254 additions and 0 deletions

19
.jshintrc Normal file
View File

@@ -0,0 +1,19 @@
{
"-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"
]
}