Browse Source

build: add svelte and tailwind vscode extensions

apply standard svelte typescript prettier rules within svelte files
on paste and save
master
DanConwayDev 3 years ago
parent
commit
0829f35400
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 6
      .vscode/extensions.json
  2. 6
      .vscode/settings.json

6
.vscode/extensions.json vendored

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
{
"recommendations": [
"svelte.svelte-vscode",
"bradlc.vscode-tailwindcss"
]
}

6
.vscode/settings.json vendored

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
{
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"svelte.enable-ts-plugin": true
}
Loading…
Cancel
Save