X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=507f281dd6e4dd4ca0a744a53c4a4c918eb06262;hb=b8378dbbca2a2f8a1931dccdde7334b679229f4e;hp=0c9df3c32f3927a106c8b0fad8d91f00503cd81a;hpb=da41f7cab502b537dc2585a63fc11c82f6dc3941;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 0c9df3c3..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', 'eslint --cache --fix' ], - '!(.vscode/**)**/*.json': ['biome format --write'], + '**/!(package.json|tsconfig.json)*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'] }