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,10 +1,6 @@
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
// This file uses CommonJS.
/* eslint-disable import/no-commonjs */
'use strict';
const path = require('path');
const glob = require('glob');
@@ -38,5 +34,3 @@ module.exports = merge(base, {
},
target: 'electron-main',
});
/* eslint-enable import/no-commonjs */