Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@
"setup": "corepack enable pnpm",
"build": "tsup src/index.ts --format esm,cjs --dts",
"test": "vitest",
"lint": "biome check .",
"format": "pnpm format:biome:format && pnpm format:biome:check",
"format:biome:format": "biome format --write .",
"format:biome:check": "biome check --apply ."
"lint": "biome lint .",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the user's point of view, I think biome lint is not sufficient since it does not check format files and organize imports.
I think it would be better to leave biome check as it is. What do you think?

"format": "biome check --apply ."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one looks good! Thank you 😄

},
"dependencies": {
"@urql/core": ">=4.0.0",
Expand Down