chore: cleanup unusued variables + enable linting (#38898)
This commit is contained in:
parent
e900f6ecc3
commit
ef6569b7d3
36 changed files with 31 additions and 89 deletions
1
spec/fixtures/apps/self-module-paths/main.js
vendored
1
spec/fixtures/apps/self-module-paths/main.js
vendored
|
@ -1,6 +1,5 @@
|
|||
// Modules to control application life and create native browser window
|
||||
const { app, BrowserWindow, ipcMain } = require('electron');
|
||||
const path = require('node:path');
|
||||
|
||||
function createWindow () {
|
||||
const mainWindow = new BrowserWindow({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue