generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 37s
Marking this as a breaking change in case any users consume this script in a way that interfaces with variables directly.
18 lines
324 B
JSON
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"
|
|
]
|
|
}
|