prettier eslint tailwind setup

This commit is contained in:
Owen Rees
2023-07-12 20:09:20 +02:00
parent 5100ae8414
commit 3cadd9522f
4 changed files with 367 additions and 34 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
plugins: [require('prettier-plugin-tailwindcss')],
}