X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=9c93d756a01c5ddb3a121da7fff263d5235d0be9;hb=f09139cfc12db0f486bf4b299cbda7f67cb20b85;hp=ed9df14abdca715893d9d825deb72938a006c897;hpb=facb41d7d33bd6c11970da5e946c51347824fd54;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index ed9df14a..9c93d756 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,9 +1,9 @@ module.exports = { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ - 'biome format --write --no-errors-on-unmatched', + 'biome format --write, 'ts-standard --fix', 'eslint --cache --fix' ], - '!(.vscode/**)**/*.json': ['biome format --write --no-errors-on-unmatched'], + '!(.vscode/**)**/*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'] }