Finish up migration, currently not setup for foss version

This commit is contained in:
2025-09-28 14:33:13 +02:00
parent 0315241d76
commit 84b640ee5e
9 changed files with 140 additions and 125 deletions

View File

@@ -20,6 +20,16 @@ const style = {
'**/*.jsx'
],
'rules': {
'sort-imports': [
'error',
{
"ignoreCase": false,
"ignoreDeclarationSort": false,
"ignoreMemberSort": false,
"memberSyntaxSortOrder": ["none", "all", "multiple", "single"],
"allowSeparatedGroups": false
}
],
// Formatting
'@stylistic/array-bracket-newline': [
'error',
@@ -75,7 +85,7 @@ const style = {
],
'@stylistic/eol-last': [
'error',
'never'
'always'
],
'@stylistic/function-call-spacing': [
'error',