Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984)

This commit is contained in:
Devin Binnie
2024-03-18 14:46:12 -04:00
committed by GitHub
parent f762718330
commit 6d02c5a528
21 changed files with 60 additions and 166 deletions

View File

@@ -2,8 +2,6 @@
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
/* eslint-disable max-lines */
import classNames from 'classnames';
import React, {Fragment} from 'react';
import type {DropResult} from 'react-beautiful-dnd';