add: prettier-plugin-tailwindcss для красивого расположения классов

This commit is contained in:
2026-08-07 21:39:38 +03:00
parent 14e3ef7344
commit 77443959eb
4 changed files with 126 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"plugins": ["prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.html",
"options": {
"parser": "html"
}
}
]
}