update prettierrc

pull/3/head
TZGyn 2 years ago
parent 29a642b017
commit 6be3e6c6f0
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -4,6 +4,9 @@
"semi": false,
"trailingComma": "all",
"printWidth": 80,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"plugins": [
"prettier-plugin-svelte",
"prettier-plugin-tailwindcss"
],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}

Loading…
Cancel
Save