generated from nhcarrigan/template
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 34s
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": ["typescript"],
|
|
"sonarlint.connectedMode.project": {
|
|
"connectionId": "nhcarrigan",
|
|
"projectKey": "nhcarrigan_nutrition-tracker"
|
|
}
|
|
}
|