build(deps-dev): bump @types/node from 20.11.29 to 20.11.30
[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 }