mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
🎨 Formatting: Actually use prettier-plugin-tailwindcss
I couldn't find any reason why this plugin is in package.json but not in .prettierrc. Also no issues/PRs etc. Auto formatting with this hasn't been added or tested for accuracy yet (only for functionality), but I assume that if the plugin is in package.json, it should actually get used by prettier.
This commit is contained in:
@@ -6,8 +6,9 @@
|
|||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"proseWrap": "always",
|
"proseWrap": "always",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
"@awmottaz/prettier-plugin-void-html",
|
||||||
"prettier-plugin-go-template",
|
"prettier-plugin-go-template",
|
||||||
"@awmottaz/prettier-plugin-void-html"
|
"prettier-plugin-tailwindcss"
|
||||||
],
|
],
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user