chore: gitea changes
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m28s

This commit is contained in:
2026-01-22 19:03:51 +01:00
parent 9908be6a0a
commit 73a4b65936
4 changed files with 79 additions and 0 deletions

View File

@@ -62,6 +62,10 @@
"@babel/helpers": ">=7.26.10",
"brace-expansion": ">=1.1.12"
},
"overrides": {
"brace-expansion": "1.1.11",
"minimatch": "3.1.2"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --quiet --fix"