upgrade to react 19

This commit is contained in:
dswbx
2025-03-11 08:44:49 +01:00
parent 2d7257d2bc
commit 8df30f4dae
11 changed files with 437 additions and 1137 deletions

View File

@@ -8,8 +8,7 @@
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"ignore": ["**/package.json"]
"indentStyle": "space"
},
"javascript": {
"formatter": {
@@ -23,6 +22,13 @@
"indentWidth": 3
}
},
"json": {
"formatter": {
"indentWidth": 2,
"lineWidth": 80,
"indentStyle": "space"
}
},
"files": {
"ignore": [
"**/node_modules/**",