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