generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 48s
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": [
|
|
"typescript"
|
|
],
|
|
"sonarlint.connectedMode.project": {
|
|
"connectionId": "nhcarrigan",
|
|
"projectKey": "nhcarrigan_website-headers"
|
|
}
|
|
}
|