build: bump volta node version
[benchmarks-js.git] / .lintstagedrc.js
1 export default {
2 '*.{js,jsx,cjs,mjs}': [
3 'biome format --write',
4 'standard --fix',
5 'eslint --cache --fix'
6 ],
7 '*.json': ['biome format --write'],
8 '*.{md,yml,yaml}': ['prettier --cache --write']
9 }