chore: spelling
Node.js CI / CI (pull_request) Successful in 1m5s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m32s

This commit is contained in:
2026-03-03 19:32:16 -08:00
parent 4441f0d2f8
commit 952224cf75
4 changed files with 18 additions and 4 deletions
+8 -1
View File
@@ -2,5 +2,12 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
"eslint.validate": [
"typescript"
],
"cSpell.words": [
],
"cSpell.dictionaryDefinitions": [
],
}