From 7228ab794fd66243e38fdefbe6b3060be8fc183d Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 29 Jun 2024 22:46:38 +0900 Subject: [PATCH] style: fix errors with biomejs --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 645c5c9..48f881e 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,7 @@ "repository": "https://github.com/pswui/ui", "author": "p-sw ", "license": "MIT", - "workspaces": [ - "packages/*", - "components" - ], + "workspaces": ["packages/*", "components"], "scripts": { "postinstall": "lefthook install", "react": "yarn workspace react",