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" } + } + ] +}