]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(config): moving prettier script inside the script section
authorDenny Biasiolli <dennybiasiolli@users.noreply.github.com>
Sun, 9 Mar 2025 07:15:08 +0000 (08:15 +0100)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Sun, 9 Mar 2025 15:36:49 +0000 (16:36 +0100)
template/config/prettier/package.json

index a000e09817fc4ac66c5b8ef40b96ccf55708b206..4fe1c60790b679768bf3bb4b3581cd84e2ae1907 100644 (file)
@@ -1,5 +1,7 @@
 {
-  "format": "prettier --write src/",
+  "scripts": {
+    "format": "prettier --write src/"
+  },
   "devDependencies": {
     "prettier": "3.5.3"
   }