We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d2f65 commit 6f579d1Copy full SHA for 6f579d1
package.json
@@ -35,7 +35,7 @@
35
"dev:build": "pnpm --filter=playground build",
36
"dev:prepare": "pnpm build --stub && pnpm nitropack prepare && pnpm nitro prepare ./playground",
37
"lint": "eslint .",
38
- "lint:fix": "automd && eslint . --fix && biome check --apply .",
+ "lint:fix": "automd && eslint . --fix",
39
"prepack": "pnpm build",
40
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
41
"test": "pnpm lint && pnpm test:types && vitest run",
@@ -50,7 +50,6 @@
50
"@vitest/coverage-v8": "^1.6.0",
51
"@vitest/ui": "^2.1.8",
52
"automd": "^0.3.8",
53
- "biome": "^0.3.3",
54
"changelogen": "^0.5.7",
55
"eslint": "^9.11.0",
56
"eslint-config-unjs": "^0.3.2",
0 commit comments