Files
amari/.vscode/settings.json
T
naomi 593855d967
Node.js CI / Lint and Test (push) Successful in 49s
feat: filter out RSS posts that violate our Code of Conduct.
2025-10-04 13:48:01 -07:00

7 lines
117 B
JSON

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