[MM-23332] fix eslint (#1238)

* fix eslint packages

* fix eslint rules

* more eslint fixes
This commit is contained in:
Guillermo Vayá
2020-03-17 13:34:38 -07:00
committed by GitHub
parent 9f6147e120
commit 176fd19aa2
6 changed files with 1090 additions and 246 deletions

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-disable-next-line eslint-comments/disable-enable-pair
/* eslint-disable react/no-set-state */
import React from 'react';
import PropTypes from 'prop-types';