feat: Wire up new preferences and remove old settings
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-04-30 18:03:14 +02:00
parent 412e49dfe2
commit 3ce71dd4df
No known key found for this signature in database
32 changed files with 213 additions and 340 deletions

View file

@ -21,7 +21,8 @@
"noUnusedVariables": "off",
"noUnusedImports": "off",
"noUndeclaredDependencies": "off",
"useImportExtensions": "off"
"useImportExtensions": "off",
"useJsxKeyInIterable": "off"
},
"complexity": {
"noExcessiveCognitiveComplexity": "off"