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
2
spec/fixtures/apps/remote-control/main.js
vendored
2
spec/fixtures/apps/remote-control/main.js
vendored
|
@ -1,7 +1,7 @@
|
|||
const { app } = require('electron');
|
||||
const http = require('node:http');
|
||||
const v8 = require('node:v8');
|
||||
// eslint-disable-next-line camelcase
|
||||
// eslint-disable-next-line camelcase,@typescript-eslint/no-unused-vars
|
||||
const promises_1 = require('node:timers/promises');
|
||||
|
||||
if (app.commandLine.hasSwitch('boot-eval')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue