This commit is contained in:
Fredrik Burmester
2025-07-10 15:34:33 +02:00
parent bc7c612cca
commit a2cbc722c7
2 changed files with 4 additions and 4 deletions

View File

@@ -123,7 +123,7 @@
"@types/uuid": "^10.0.0",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"lint-staged": "^16.1.2",
"postinstall-postinstall": "^2.1.0",
"react-test-renderer": "19.0.0",
"typescript": "~5.7.3"
@@ -140,7 +140,7 @@
"*.{js,jsx,ts,tsx}": [
"biome check --write --unsafe"
],
"*.{json}": [
"*.json": [
"biome format --write"
]
}