Skip to content

Commit

Permalink
add lint and format command
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Apr 27, 2024
1 parent 259db49 commit 22b82a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"build:esm+types": "tsc --project tsconfig.json --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types",
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"typecheck": "tsc --noEmit",
"lint": "biome check .",
"format": "biome format --write .",
"changeset:release": "pnpm run build && pnpm changeset publish"
},
"keywords": [],
Expand Down

0 comments on commit 22b82a5

Please sign in to comment.