Files
naomi 1f44f2ddd9
Node.js CI / Lint and Test (push) Successful in 37s
feat: initial repo scaffolding
Port in some older solutions I've written just to
get the structure established and in place.
2025-11-19 15:35:26 -08:00

7 lines
116 B
JSON

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