From a2b4678d05652c42b85568a80029217aaa568f47 Mon Sep 17 00:00:00 2001 From: kumawat-lalit Date: Thu, 23 Jan 2025 19:25:08 +0530 Subject: [PATCH] chore: add Prettier script to format app directory --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5583455603..b23d989e4d 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "build": "remix vite:build", "dev": "remix vite:dev", "test": "vitest --run", + "prettier": "prettier --write app/", "test:watch": "vitest", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "lint:fix": "npm run lint -- --fix",