portfolio/.vscode/settings.json
Naomi Carrigan b297c53a93
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 2m11s
feat: add link to sitemap
2025-02-26 16:31:09 -08:00

13 lines
227 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"typescript"
],
"sonarlint.connectedMode.project": {
"connectionId": "Naomi",
"projectKey": "portfolio"
}
}