add sonarlint

This commit is contained in:
proddy
2024-09-24 09:01:35 +02:00
parent a79d176793
commit bf1979705b

View File

@@ -92,5 +92,9 @@
"ini",
"makefile"
],
"typescript.preferences.preferTypeOnlyAutoImports": true
"typescript.preferences.preferTypeOnlyAutoImports": true,
"sonarlint.connectedMode.project": {
"connectionId": "emsesp",
"projectKey": "emsesp_EMS-ESP32"
}
}