]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: use prettier formatter
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Oct 2021 12:59:26 +0000 (14:59 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Oct 2021 12:59:26 +0000 (14:59 +0200)
.vscode/settings.json

index 94a1daed98221ccd2373520a1934a9b7362cc026..7b3270124b9440beb6af76821b2fb9fbda4d111e 100644 (file)
@@ -6,5 +6,6 @@
     "editor.formatOnSave": true
   },
   "typescript.tsdk": "node_modules/typescript/lib",
-  "jest.jestCommandLine": "yarn jest --watchAll"
+  "jest.jestCommandLine": "yarn jest --watchAll",
+  "editor.defaultFormatter": "esbenp.prettier-vscode"
 }