generated from nhcarrigan/template
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": ["typescript"],
|
|
"sonarlint.connectedMode.project": {
|
|
"connectionId": "nhcarrigan",
|
|
"projectKey": "nhcarrigan_forms-api"
|
|
}
|
|
}
|