mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-29 21:31:53 +01:00
- 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)
32 lines
806 B
JSON
32 lines
806 B
JSON
{
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"prettier.printWidth": 120,
|
|
"[swift]": {
|
|
"editor.defaultFormatter": "sswg.swift-lang"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"sonarlint.connectedMode.project": {
|
|
"connectionId": "gauvino",
|
|
"projectKey": "Gauvino_streamyfin"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
}
|
|
}
|