Initial commit

This commit is contained in:
2024-01-27 01:25:35 -05:00
commit 7feaa19baa
17 changed files with 4245 additions and 0 deletions

11
.jshintrc Normal file
View File

@@ -0,0 +1,11 @@
// https://jshint.com/docs/
{
"bitwise": true,
"esversion": 11,
"latedef": true,
"noarg": true,
"node": true,
"undef": true,
"unused": true,
"validthis": true
}