website-headers/.vscode/settings.json
Naomi Carrigan d6a20059d7
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 48s
feat: remove hubspot and create our own dialog CTA
2025-02-16 17:00:48 -08:00

13 lines
249 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"typescript"
],
"sonarlint.connectedMode.project": {
"connectionId": "nhcarrigan",
"projectKey": "nhcarrigan_website-headers"
}
}