fix formatting
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"lint": "eslint --ext .js --ext .ts --ext .astro"
|
||||
"check:lint": "eslint --ext .js --ext .ts --ext .astro",
|
||||
"check:format": "prettier . --check",
|
||||
"format": "prettier . --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alpinejs/persist": "^3.15.1",
|
||||
|
||||
Reference in New Issue
Block a user