fix: update package-lock.json with new biomejs CLI versions and clean up package.json lint-staged configuration

This commit is contained in:
mr. m
2025-05-30 22:32:35 +02:00
parent a05c6aeee3
commit f524c86b47
4 changed files with 132 additions and 97 deletions

View File

@@ -59,8 +59,6 @@
"wrangler": "^3.114.8"
},
"lint-staged": {
"src/**/*.{ts,tsx,astro,js,jsx}": [
"biome check --write ."
]
"src/**/*.{ts,tsx,astro,js,jsx}": ["biome check --write ."]
}
}