From 5d2fbdc338ef210148fe7520ef91e23a53bd5502 Mon Sep 17 00:00:00 2001 From: Joe Caputo Date: Fri, 9 Aug 2024 08:50:32 -0400 Subject: [PATCH] fix: apply common .prettier config at top-level --- .prettierrc.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index c8a7d742..174da42e 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,10 +1 @@ -{ - "arrowParens": "always", - "bracketSpacing": true, - "semi": true, - "trailingComma": "all", - "singleQuote": true, - "printWidth": 120, - "tabWidth": 2, - "useTabs": false -} +"@projectlibertylabs/prettier-config"