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