X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=f9e18d534b7e6af18593e0f432db287d4673936a;hb=0fc2af4d152bca29558c2b28347dc5f1b8eae529;hp=8cdf685f19b20acc912299aa08259b9050eccf86;hpb=3a5027122ca6401ae1d755843b20f714c61e3240;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 8cdf685f..f9e18d53 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,6 +1,6 @@ export default { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ - 'biome format --write', + // 'biome format --write', 'eslint --cache --fix', ], '**/*.json': ['biome format --write'],