From 132a8cc7cebdc473c3caeaa4a4ab959c4f973d1e Mon Sep 17 00:00:00 2001 From: iseolin76 Date: Thu, 28 Apr 2022 20:34:07 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20package.json=20=EB=AC=B8=EB=B2=95=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 92141ca..4452757 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@storybook/preset-create-react-app": "^3.2.0", "@storybook/react": "^6.3.8", "craco-alias": "^3.0.1", - "eslint-config-next": "^12.0.1" - "commitlint": "^16.2.3", + "eslint-config-next": "^12.0.1", + "commitlint": "^16.2.3" } }