From 823bb74a2621221441d046042b7914ae030f5d6d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 25 Dec 2024 21:00:37 +0100 Subject: [PATCH] chore: add format script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a7d7022..b58849d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "start": "astro dev", "build": "astro build", "preview": "astro preview", - "lint": "eslint .", + "lint": "eslint . --config eslint.config.mjs", + "format": "prettier . --write", "astro": "astro", "build:preview": "astro build && astro preview", "deploy": "astro build && scp -r dist ayo@ayco.io:~/ayco.io-flask/",