Skip to content

Commit f9ecafd

Browse files
committed
chore: update tooling
1 parent 8f54006 commit f9ecafd

2 files changed

Lines changed: 1066 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"scripts": {
3333
"build": "tsdown",
3434
"dev": "tsdown --watch",
35-
"lint": "biome check",
35+
"lint": "concurrently --prefix-colors blue,green,magenta npm:lint:*",
36+
"lint:biome": "biome check",
37+
"lint:e18e": "e18e-cli analyze",
3638
"prepack": "npm run build",
3739
"prepare": "lefthook install",
3840
"publish:jsr": "deno publish",
@@ -52,6 +54,7 @@
5254
"devDependencies": {
5355
"@commitlint/cli": "^20.1.0",
5456
"@commitlint/config-conventional": "^20.0.0",
57+
"@e18e/cli": "^0.3.1",
5558
"@idleberg/configs": "^0.3.1",
5659
"@playwright/test": "^1.56.1",
5760
"@types/node": "^24.9.1",

0 commit comments

Comments
 (0)