build(deps-dev): apply updates
[benchmarks-js.git] / .lintstagedrc.js
CommitLineData
3efb941c 1export default {
ddc804a1 2 '*.{js,jsx,cjs,mjs}': [
f913c68c 3 'biome format --write',
31688ebd
JB
4 'standard --fix',
5 'eslint --cache --fix'
6 ],
34ee0249 7 '*.json': ['biome format --write'],
b094653c 8 '*.{md,yml,yaml}': ['prettier --cache --write']
51c84d4b 9}