Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» chore: Add format and format:check scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Sep 21, 2023
1 parent 9d9d142 commit 9397540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"private": true,
"scripts": {
"build": "turbo build",
"format": "biome format . --write",
"format:check": "biome format . --error-on-warnings",
"preinstall": "npx only-allow pnpm",
"lint": "biome check . --apply",
"lint:check": "biome check .",
"lint:check": "biome check . --verbose",
"lint:unsafe": "biome check . --apply-unsafe",
"prepare": "husky install",
"sort-package-json": "sort-package-json 'package.json' 'packages/*/package.json' 'examples/*/package.json'",
Expand Down

0 comments on commit 9397540

Please sign in to comment.