Skip to content

Commit 5d55085

Browse files
committed
refactor: linting configuration
1 parent 6d34e9d commit 5d55085

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

biome.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"release": "npx np",
2828
"build": "unbuild",
2929
"prepack": "unbuild",
30-
"lint": "biome lint ./lib",
30+
"lint": "biome lint ./lib ./test",
3131
"pretest": "npm run lint",
3232
"test": "vitest run --coverage"
3333
},

0 commit comments

Comments
 (0)