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
commit 3953b78cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
{
"printWidth": 120,
"tabWidth": 4,
"plugins": ["prettier-plugin-svelte"]
"tabWidth": 4
}