From c8235d3473c80774ce44becd700ccdd0926b60d6 Mon Sep 17 00:00:00 2001 From: Zep Fietje Date: Sun, 16 Oct 2022 11:48:19 +0200 Subject: [PATCH] Add Prettier --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 028b7ff..fd52968 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ "esbuild": "^0.8.57", "npm-run-all": "^4.1.5", "postcss": "^8.4.14", + "prettier": "^2.7.1", + "prettier-plugin-tailwindcss": "^0.1.13", "tailwindcss": "^3.1.6" } }