mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
chore(package): streamline lint-staged configuration in package.json
This commit is contained in:
@@ -47,8 +47,6 @@
|
||||
"wrangler": "^3.94.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{ts,tsx,astro,js,jsx}": [
|
||||
"biome check --write ./src"
|
||||
]
|
||||
"src/**/*.{ts,tsx,astro,js,jsx}": ["biome check --write ./src"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user