From 93975406e6f5d5b241245b59bb88b1c9e3c5ba80 Mon Sep 17 00:00:00 2001 From: Daniel Izdebski Date: Thu, 21 Sep 2023 03:56:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20chore:=20Ad?= =?UTF-8?q?d=20`format`=20and=20`format:check`=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d49d23b2f..63af092bb 100644 --- a/package.json +++ b/package.json @@ -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'",