Skip to content

Commit c1b7c4e

Browse files
committed
refactor: linting configuration
1 parent 353df71 commit c1b7c4e

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

0 commit comments

Comments
 (0)