build(deps-dev): bump typescript from 5.4.4 to 5.4.5
[poolifier.git] / .lintstagedrc.js
1 export default {
2 '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
3 'biome format --write',
4 'eslint --cache --fix'
5 ],
6 '**/*.json': ['biome format --write'],
7 '**/*.{md,yml,yaml}': ['prettier --cache --write']
8 }