We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553a07b commit 9e0d003Copy full SHA for 9e0d003
.gitignore
@@ -25,11 +25,8 @@ node_modules
25
.history
26
!.vscode/extensions.json
27
28
-# dist and cache
+# dist
29
/dist
30
-/dist-*
31
-/dist_*
32
-.cache
33
34
# testing
35
/coverage
lefthook.yml
@@ -4,7 +4,7 @@
4
pre-commit:
5
parallel: true
6
commands:
7
- lint:
+ biome:
8
glob: "*"
9
run: npx biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
10
stage_fixed: true
0 commit comments