X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=aca15ab770f665c9fa9de2ff15cf036112cbde45;hb=2baf75cf2d61770b18355d4801101c143d64c20d;hp=a9b248cd2ac2de2fbdad623b0d8fae757aa680c3;hpb=90d7d101196cf9702ccc1d220dd33cca67a427b0;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index a9b248cd..aca15ab7 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,9 +1,8 @@ -module.exports = { +export default { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ - 'rome format --write', - 'ts-standard --fix', + 'biome format --write', 'eslint --cache --fix' ], - '!(.vscode/**)**/*.json': ['rome format --write'], + '**/*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'] }