feat: use eslint with prettier to format code

This commit is contained in:
Valeriy
2019-02-19 01:59:12 +03:00
committed by mrugesh mohapatra
parent be36915605
commit fc8c71ad16
70 changed files with 254 additions and 236 deletions

View File

@@ -92,12 +92,12 @@ class UpdateEmail extends Component {
<FormGroup
controlId='emailInput'
validationState={this.getEmailValidationState()}
>
>
<Col
className='email-label'
componentClass={ControlLabel}
sm={2}
>
>
Email
</Col>
<Col sm={10}>
@@ -115,7 +115,7 @@ class UpdateEmail extends Component {
bsStyle='primary'
disabled={this.getEmailValidationState() !== 'success'}
type='submit'
>
>
{isNewEmail ? 'Update my Email' : 'Verify Email'}
</Button>
</Form>