From c03e68041e0f444e18a895058afbdf0d68759517 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Sun, 21 May 2017 20:20:45 +0200 Subject: Update prettier config and reformat Here's the discussion summary: - single quote, because that's what I'm used to in the JS world - trailing comma, to avoid unnecessary git changes - print-width 120, because 120 still doesn't require to scroll horizontally, and vertical space is precious --- frontend/src/components/modals/username.js | 31 ++++++------------------------ 1 file changed, 6 insertions(+), 25 deletions(-) (limited to 'frontend/src/components/modals') diff --git a/frontend/src/components/modals/username.js b/frontend/src/components/modals/username.js index 826bce85..c00262a7 100644 --- a/frontend/src/components/modals/username.js +++ b/frontend/src/components/modals/username.js @@ -1,37 +1,18 @@ -import React from "react"; -import { - Overlay, - Panel, - PanelHeader, - PanelFooter, - Button, - Input, - Close, - Space -} from "rebass"; +import React from 'react'; +import { Overlay, Panel, PanelHeader, PanelFooter, Button, Input, Close, Space } from 'rebass'; const Modal = ({ modalOpen, toggleModal }) => ( - + What's your username ? - + - + -