X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=507f281dd6e4dd4ca0a744a53c4a4c918eb06262;hb=b8378dbbca2a2f8a1931dccdde7334b679229f4e;hp=82f263d9a4ed980a145933744e0e47466939db78;hpb=96a033a8582c4d3952d4899add745666e4110d3f;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 82f263d9..507f281d 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,9 +1,8 @@ -module.exports = { +export default { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ - 'biome format --write, - 'ts-standard --fix', + 'biome format --write', 'eslint --cache --fix' ], - '!(.vscode/**)**/*.json': ['biome format --write --no-errors-on-unmatched'], + '**/!(package.json|tsconfig.json)*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'] }