X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=2d7cf819b6d412ba0b33d7d301a801adca5e7cc0;hb=4c15652154b608102bae65165dfa151f91569151;hp=fdad04d8cc847c9274a6b4566315c07f78228623;hpb=9f54dd6d2a7c2ec247c473588cad68d5a0ec7c0b;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index fdad04d8..2d7cf819 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,8 +1,8 @@ module.exports = { - '**/*.{js,mjs,ts}': [ - 'prettier --write', - 'prettierx --write', + '**/*.{ts,tsx,js,jsx,mjs,cjs}': [ + 'prettier --cache --write', + 'ts-standard --fix', 'eslint --cache --fix' ], - '**/*.{json,md,yml,yaml}': ['prettier --write', 'prettierx --write'] + '**/*.{json,md,yml,yaml}': ['prettier --cache --write'] }