Change ESLint error to warning

This commit is contained in:
Yuya Ochiai
2018-05-31 00:37:15 +09:00
parent 37b71476d2
commit 2a584c393b

View File

@@ -1,6 +1,9 @@
// Copyright (c) 2015-2016 Yuya Ochiai
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
/* eslint react/no-deprecated: 1 */
import React from 'react';
import PropTypes from 'prop-types';
import {Modal, Button, FormGroup, FormControl, ControlLabel, HelpBlock} from 'react-bootstrap';