X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=8cdf685f19b20acc912299aa08259b9050eccf86;hb=260bb73734384fc982006e15359ca1c43463cc55;hp=1886925b219e90889d85b37fb58572a850e12398;hpb=d35e571704515a8b729d3455e4784054f07c368f;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 1886925b..8cdf685f 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,9 +1,8 @@ export default { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ 'biome format --write', - 'ts-standard --fix', - 'eslint --cache --fix' + 'eslint --cache --fix', ], - '**/!(package.json|tsconfig.json)*.json': ['biome format --write'], - '**/*.{md,yml,yaml}': ['prettier --cache --write'] + '**/*.json': ['biome format --write'], + '**/*.{md,yml,yaml}': ['prettier --cache --write'], }