From b71adb1581128e9511d5ec5e8565a9e1a50485ad Mon Sep 17 00:00:00 2001 From: Bart Akeley Date: Mon, 25 Dec 2017 15:38:26 -0600 Subject: [PATCH] prettier printWidth 100 --- .prettierrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.prettierrc b/.prettierrc index 9f39581..f034ec9 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,15 +1,15 @@ { - "lineWidth": 100, + "printWidth": 100, "parser": "flow", "singleQuote": true, "useTabs": true, "semi": true, "trailingComma": "es5", "jsxBracketSameLine": true, - "overrides": [ - { - "files": ".prettierrc", - "options": { "parser": "json" } - } - ] -} \ No newline at end of file + "overrides": [ + { + "files": ".prettierrc", + "options": { "parser": "json" } + } + ] +}