X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=9c93d756a01c5ddb3a121da7fff263d5235d0be9;hb=312d0c0d244192a22032d2ec20fee705725f9f14;hp=3ee7fd306c0b1bdc93b3c719e399e516aa0de255;hpb=c0fcd441040861f53974cccb693a9dd3d4a374ee;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 3ee7fd30..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' ], - '!(.vscode/**)**/*.{json,md,yml,yaml}': ['rome format --write'] + '!(.vscode/**)**/*.json': ['biome format --write'], + '**/*.{md,yml,yaml}': ['prettier --cache --write'] }