This commit is contained in:
2021-01-17 17:17:19 +01:00
commit ceac92cad0
137 changed files with 9900 additions and 0 deletions

10
.jshintrc Executable file
View File

@ -0,0 +1,10 @@
{
"esversion": 6,
"browser": true,
"strict": true,
"globals": {
"window": true,
"console": true,
"isMobile": true
}
}