Initial commit

This commit is contained in:
ION606
2022-08-19 18:16:47 +00:00
commit b6495eb886
1536 changed files with 197053 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"env": {
"browser": true,
"node": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}