1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

chore: usage of eslint-plugin-tailwindcss

This commit is contained in:
2024-01-28 03:21:11 +01:00
parent b8ceefb2f6
commit f5020cad19
30 changed files with 320 additions and 352 deletions

View File

@@ -1,3 +1,4 @@
{
"semi": false
"semi": false,
"plugins": ["prettier-plugin-tailwindcss"]
}