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

@@ -1,7 +1,6 @@
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
/* eslint-disable import/order */
import bg from './bg.json';
import de from './de.json';
import en from './en.json';
@@ -22,8 +21,8 @@ import sv from './sv.json';
import tr from './tr.json';
import uk from './uk.json';
import vi from './vi.json';
import zhTW from './zh-TW.json';
import zhCN from './zh-CN.json';
import zhTW from './zh-TW.json';
export type Language = {
value: string;