Skip to content

Commit

Permalink
fix: don't check json
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves committed Nov 5, 2024
1 parent 747ce01 commit c7e5b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typecheck": "tsc"
},
"lint-staged": {
"**.{js|ts|cjs|mjs|d.cts|d.mts|jsx|tsx|json|jsonc}": [
"**.{js|ts|cjs|mjs|d.cts|d.mts|jsx|tsx}": [
"biome check --files-ignore-unknown=true",
"biome check --apply --no-errors-on-unmatched",
"biome check --apply --organize-imports-enabled=false --no-errors-on-unmatched",
Expand Down

0 comments on commit c7e5b7a

Please sign in to comment.