Skip to content

Commit 6f579d1

Browse files
authored
chore: remove biome (#27)
1 parent e8d2f65 commit 6f579d1

File tree

2 files changed

+1
-615
lines changed

2 files changed

+1
-615
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dev:build": "pnpm --filter=playground build",
3636
"dev:prepare": "pnpm build --stub && pnpm nitropack prepare && pnpm nitro prepare ./playground",
3737
"lint": "eslint .",
38-
"lint:fix": "automd && eslint . --fix && biome check --apply .",
38+
"lint:fix": "automd && eslint . --fix",
3939
"prepack": "pnpm build",
4040
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
4141
"test": "pnpm lint && pnpm test:types && vitest run",
@@ -50,7 +50,6 @@
5050
"@vitest/coverage-v8": "^1.6.0",
5151
"@vitest/ui": "^2.1.8",
5252
"automd": "^0.3.8",
53-
"biome": "^0.3.3",
5453
"changelogen": "^0.5.7",
5554
"eslint": "^9.11.0",
5655
"eslint-config-unjs": "^0.3.2",

0 commit comments

Comments
 (0)