X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=aca15ab770f665c9fa9de2ff15cf036112cbde45;hb=d528d2b38f6b04d394b79b507fb074907a876cf5;hp=0c9df3c32f3927a106c8b0fad8d91f00503cd81a;hpb=4e6ddcbc38e0374e33505f5e363d2e7ec8a21c79;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 0c9df3c3..aca15ab7 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'], + '**/*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'] }