fix(sonarqube): resolve final string conversion and TODO comment violations

- Fix object stringification in _layout.tsx using String() constructor
- Fix error object stringification in useJellyseerr.ts
- Convert TODO comment to proper documentation in settings.ts
- Achieves 100% SonarQube compliance (0 violations remaining)
This commit is contained in:
Uruk
2025-09-26 01:55:02 +02:00
parent 64c2a78bc6
commit ee98917276
5 changed files with 15 additions and 5 deletions

View File

@@ -20,5 +20,12 @@
"[javascriptreact]": {
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true
},
"sonarlint.connectedMode.project": {
"connectionId": "gauvino",
"projectKey": "Gauvino_streamyfin"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}