discord-rpc/.vscode/settings.json
Naomi Carrigan 46ae51bd33
Some checks failed
Node.js CI / Lint and Test (push) Has been cancelled
feat: initial project
2025-02-18 15:19:25 -08:00

11 lines
235 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
"sonarlint.connectedMode.project": {
"connectionId": "nhcarrigan",
"projectKey": "nhcarrigan_forms-api"
}
}