fix: add plugin-search-dir in format & format:check

This commit is contained in:
satnaing
2023-02-12 19:26:14 +06:30
parent cbce54bd1c
commit 37b54afd94
+2 -2
View File
@@ -9,8 +9,8 @@
"preview": "astro preview", "preview": "astro preview",
"sync": "astro sync", "sync": "astro sync",
"astro": "astro", "astro": "astro",
"format:check": "prettier --check .", "format:check": "prettier --plugin-search-dir=. --check .",
"format": "prettier --write .", "format": "prettier --plugin-search-dir=. --write .",
"cz": "cz", "cz": "cz",
"prepare": "husky install", "prepare": "husky install",
"lint": "eslint ." "lint": "eslint ."