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