Merge pull request #1823 from lukashass/fix-vscode-prettier

Remove explicit definition of prettier-plugin-svelte
This commit is contained in:
David Négrier
2022-02-07 18:39:32 +01:00
committed by GitHub
+1 -2
View File
@@ -1,5 +1,4 @@
{
"printWidth": 120,
"tabWidth": 4,
"plugins": ["prettier-plugin-svelte"]
"tabWidth": 4
}