Skip to content

Commit 4b33476

Browse files
committed
refactor: linting configuration
1 parent 377785d commit 4b33476

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
@@ -28,7 +28,7 @@
2828
"build": "unbuild",
2929
"prepack": "unbuild",
3030
"test": "vitest run --coverage",
31-
"lint": "biome lint ./lib",
31+
"lint": "biome lint ./lib ./test",
3232
"pretest": "npm run lint",
3333
"release": "npx np"
3434
},

0 commit comments

Comments
 (0)