From 9f36508f3c837776f408d54aebd9a4a61bc032be Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 28 Jan 2019 13:32:55 -0500 Subject: [PATCH] remove prettier rule to be in line with other lbry projects --- .prettierrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 79cf8a5..17b070e 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,5 @@ { "trailingComma": "es5", "printWidth": 100, - "singleQuote": true, - "arrowParens": "always" + "singleQuote": true }