From 181d9a20988e2e27db8164f3bbc91a7e2278022f Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 16 Oct 2022 21:48:35 +0630 Subject: [PATCH] chore: remove eslint script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4b794f6..29a5dc9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "lint": "eslint .", "format:check": "prettier --check .", "format": "prettier --write .", "cz": "cz",