chore(package): streamline lint-staged configuration in package.json

This commit is contained in:
taroj1205 2025-05-16 13:48:57 +12:00
parent a8855654be
commit aebea185d9
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

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