Skip to content

Commit

Permalink
chore: use biome check on typescript files only
Browse files Browse the repository at this point in the history
…except when formatting.
  • Loading branch information
aleclarson committed Jul 2, 2024
1 parent b235293 commit 0358acb
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 @@ -10,7 +10,7 @@
"scripts": {
"dev": "tsup --clean --watch --sourcemap",
"build": "tsup --clean",
"lint": "tsc && biome check && pnpm -s dlx [email protected] lint",
"lint": "tsc && biome check ./src ./tests ./benchmarks && pnpm -s dlx [email protected] lint",
"format": "biome check --fix --unsafe",
"test": "vitest run --coverage",
"test-single": "bash ./scripts/test-single.sh",
Expand Down

0 comments on commit 0358acb

Please sign in to comment.