Public commit

This commit is contained in:
Alex
2023-08-03 20:06:58 -04:00
commit d96c6c7caf
333 changed files with 44633 additions and 0 deletions

12
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"editor.formatOnSave": true,
"typescript.inlayHints.parameterNames.enabled": "none",
"json.schemas": [
{
"fileMatch": ["dist/manifest.json"],
"url": "https://json.schemastore.org/chrome-manifest.json"
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": ["hookz", "submatch", "submatches"]
}