Skip to content

Commit

Permalink
update chore files
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Jan 7, 2025
1 parent 7701b14 commit b932c7b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ test-results
.wrangler
.vercel
data
.obsidian
.astro
.vscode
.husky/_
20 changes: 19 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@
".env",
".wrangler",
".vercel",
"data"
"data",
".obsidian",
".astro",
".vscode",
".husky/_"
]
},
"overrides": [
Expand Down Expand Up @@ -125,6 +129,20 @@
"formatter": {
"lineWidth": 1
}
},
{
"include": ["**/*.astro"],
"linter": {
"rules": {
"correctness": {
"noUnusedImports": "off",
"noUnusedVariables": "off"
},
"style": {
"useFilenamingConvention": "off"
}
}
}
}
]
}
2 changes: 0 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ pre-push:
commands:
ts:
run: npm run tsc
test:
run: npx vitest run
pre-commit:
commands:
are-translations-sorted:
Expand Down

0 comments on commit b932c7b

Please sign in to comment.