chore: use `biome` instead of `rome`
[poolifier.git] / .lintstagedrc.js
CommitLineData
86092b19 1module.exports = {
fa9fad5f 2 '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
facb41d7 3 'biome format --write --no-errors-on-unmatched',
78cea37e 4 'ts-standard --fix',
8476f6f5
JB
5 'eslint --cache --fix'
6 ],
facb41d7 7 '!(.vscode/**)**/*.json': ['biome format --write --no-errors-on-unmatched'],
90d7d101 8 '**/*.{md,yml,yaml}': ['prettier --cache --write']
86092b19 9}