stylebot-harmony/.vscode/settings.json
2023-08-03 20:09:32 -04:00

13 lines
344 B
JSON

{
"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"]
}