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" },