This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
womp-womp/.vscode/settings.json
T
naomi f5dd45a4c4
Node.js CI / Lint and Test (push) Failing after 36s
feat: initial prototype
2025-07-30 13:55:23 -07:00

7 lines
117 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
}