refactor: standardize formatting and improve code consistency across components

This commit is contained in:
maxDorninger
2025-05-17 23:43:24 +02:00
parent ef7b020043
commit bae450f7a4
31 changed files with 1375 additions and 991 deletions

View File

@@ -26,10 +26,10 @@ export default ts.config(
argsIgnorePattern: '^_'
}
],
"sort-imports": [
"error",
'sort-imports': [
'error',
{
"ignoreDeclarationSort": true
ignoreDeclarationSort: true
}
]
}