Skip to content

Commit

Permalink
fix: biome ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tapeds committed Dec 23, 2024
1 parent 072ebf5 commit 1152acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm dlx lint-staged && pnpm run format
pnpm dlx lint-staged
4 changes: 3 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 80,
"attributePosition": "auto",
"attributePosition": "auto"
},
"files": {
"ignore": [
"**/.next",
"**/node_modules",
Expand Down

0 comments on commit 1152acd

Please sign in to comment.