From 33af82c086e36c9e56d49e979872a6e3b64fe382 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Thu, 23 Feb 2023 09:06:28 +0000 Subject: [PATCH] Added prettier config --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 8489bb7..cee2108 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,14 @@ "tsx": "^3.12.3", "turbo": "^1.8.1", "typescript": "^4.9.5" + }, + "prettier": { + "arrowParens": "always", + "trailingComma": "all", + "semi": true, + "printWidth": 80, + "singleQuote": false, + "tabWidth": 2, + "useTabs": false } }