chore: remove eslint script

This commit is contained in:
Sat Naing
2022-10-16 21:48:35 +06:30
parent a62344a9ff
commit 181d9a2098
-1
View File
@@ -8,7 +8,6 @@
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro",
"lint": "eslint .",
"format:check": "prettier --check .", "format:check": "prettier --check .",
"format": "prettier --write .", "format": "prettier --write .",
"cz": "cz", "cz": "cz",