More linting fixes

This commit is contained in:
2025-06-28 16:08:23 -05:00
parent 10a6502f73
commit 6f3fbe2a6a
4 changed files with 17 additions and 19 deletions

View File

@@ -1,5 +1,11 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": [
"source.fixAll.eslint"
],
"eslint.validate": ["javascript", "typescript"],
"prettier.singleQuote": true,
"cSpell.ignorePaths" : [
"src"
],
]
}