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,10 +2,6 @@
// See LICENSE.txt for license information.
// Copyright (c) 2015-2016 Yuya Ochiai
// This files uses CommonJS.
/* eslint-disable import/no-commonjs */
'use strict';
const CopyPlugin = require('copy-webpack-plugin');
const {merge} = require('webpack-merge');
@@ -42,5 +38,3 @@ module.exports = merge(base, {
},
target: 'electron-main',
});
/* eslint-enable import/no-commonjs */