From: Eduardo San Martin Morote Date: Thu, 14 Oct 2021 12:59:26 +0000 (+0200) Subject: chore: use prettier formatter X-Git-Tag: @pinia/nuxt@0.0.7~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36002d3d78083d0329c956ea3122f12acc20e48f;p=thirdparty%2Fvuejs%2Fpinia.git chore: use prettier formatter --- diff --git a/.vscode/settings.json b/.vscode/settings.json index 94a1daed..7b327012 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" }