X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=f9e18d534b7e6af18593e0f432db287d4673936a;hb=262e9314193fbd3278bc8016708916df587dd47d;hp=403bbda9f12c5e4f7e37fb73145b150fb9b1153d;hpb=6e5d7052fe741b50e68f8614b33d3754be41415f;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 403bbda9..f9e18d53 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,8 +1,7 @@ export default { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ // 'biome format --write', - // 'eslint --cache --fix', - 'eslint --cache', + 'eslint --cache --fix', ], '**/*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'],