From 8c4828918db74fdac727610925033b4a1bb278ce Mon Sep 17 00:00:00 2001 From: Rushi Vishavadia Date: Sat, 24 Feb 2024 14:22:07 +0530 Subject: [PATCH] Tweak prettier arg --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b1d0b266..b5e925c3d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "lint": "xola-lint src --ignore src/stories", "lint:fix": "xola-lint src --fix --ignore src/stories", "lint:report": "xola-lint src --ignore src/stories --reporter=json src > eslint_report.json", - "format": "prettier --write src", + "format": "prettier -l --write src", "test": "jest", "chromatic": "chromatic --exit-zero-on-changes --build-script-name build:storybook" },