Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
'strict_param' => true,
'declare_strict_types' => true,
'simple_to_complex_string_variable' => true,

// Contradicts Rector
'random_api_migration' => false,
];

$config = new PhpCsFixer\Config();
Expand Down
2,727 changes: 1,480 additions & 1,247 deletions client/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^7.0.0",
"globals": "^16.0.0",
"globals": "^17.0.0",
"parcel": "^2.0.0",
"postcss": "^8.4.4",
"prettier": "^3.0.0",
"process": "^0.11.10",
"stylelint": "^16.0.0",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint": "^17.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"typescript": "^5.4.0",
"typescript-eslint": "^8.18.2"
},
Expand Down
1 change: 0 additions & 1 deletion client/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,6 @@ span.offline-count.diff {
width: 100%;
margin: 0;
font-size: 0.8em;
margin-bottom: 0;
padding: 0;
height: 50px;
box-sizing: border-box;
Expand Down
Loading
Loading