X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=3ee7fd306c0b1bdc93b3c719e399e516aa0de255;hb=1289c3527018dd7011901660c80f680e3477c316;hp=5455fcaa785dae7bd8a7460c2c70b15ac66f72b7;hpb=fa9fad5f98bd6fd8dbe997ab4141e5951db30400;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 5455fcaa..3ee7fd30 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,8 +1,8 @@ module.exports = { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ - 'prettier --cache --write', + 'rome format --write', 'ts-standard --fix', 'eslint --cache --fix' ], - '**/*.{json,md,yml,yaml}': ['prettier --cache --write'] + '!(.vscode/**)**/*.{json,md,yml,yaml}': ['rome format --write'] }