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 glob = require('glob');
const {merge} = require('webpack-merge');
@@ -15,5 +11,3 @@ module.exports = merge(test, {
e2e: glob.sync('./e2e/performance/**/*.test.js'),
},
});
/* eslint-enable import/no-commonjs */