Skip to content

Commit

Permalink
chore: refine lint-staged configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Nov 16, 2024
1 parent f88d2e3 commit 7edf0d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
'**/*.{ts,tsx,js,jsx,cjs,mjs,json,jsonc}': ['biome check --apply'],
'**/*.{ts,tsx,js,jsx,cjs,mjs,json,jsonc}': [
'biome check --no-errors-on-unmatched --apply',
],
'**/*.{md,yml,yaml}': ['prettier --cache --write'],
}

0 comments on commit 7edf0d4

Please sign in to comment.