Files
naomi 03c559b6cf
Node.js CI / Lint and Test (push) Failing after 1m0s
feat: initial prototype
2025-09-22 16:45:38 -07:00

9 lines
121 B
JSON

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