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