mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 07:54:19 +02:00
refactor: standardize formatting and improve code consistency across components
This commit is contained in:
@@ -26,10 +26,10 @@ export default ts.config(
|
||||
argsIgnorePattern: '^_'
|
||||
}
|
||||
],
|
||||
"sort-imports": [
|
||||
"error",
|
||||
'sort-imports': [
|
||||
'error',
|
||||
{
|
||||
"ignoreDeclarationSort": true
|
||||
ignoreDeclarationSort: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user