Files
website-headers/.vscode/settings.json
Naomi Carrigan 2caa7d4051
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 37s
feat!: rename variables to avoid collision
Marking this as a breaking change in case any users consume this
script in a way that interfaces with variables directly.
2025-07-08 16:42:28 -07:00

18 lines
324 B
JSON

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