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
+6
View File
@@ -0,0 +1,6 @@
{
"devDependencies": {
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1"
}
}