X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=ed6da302cae1fd4d0fff01888a6224165c942df7;hb=b22361f4474e4a63a7482741d98f0c58b4b03b4c;hp=a9b248cd2ac2de2fbdad623b0d8fae757aa680c3;hpb=90d7d101196cf9702ccc1d220dd33cca67a427b0;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index a9b248cd..ed6da302 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,9 +1,9 @@ module.exports = { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ - 'rome format --write', + 'biome format --write', 'ts-standard --fix', 'eslint --cache --fix' ], - '!(.vscode/**)**/*.json': ['rome format --write'], + '**/*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'] }