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/chromium/other-window.js
vendored
2
spec/fixtures/chromium/other-window.js
vendored
|
@ -4,7 +4,7 @@ const ints = (...args) => args.map(a => parseInt(a, 10));
|
|||
|
||||
const [x, y, width, height] = ints(...process.argv.slice(2));
|
||||
|
||||
let w;
|
||||
let w; // eslint-disable-line @typescript-eslint/no-unused-vars
|
||||
|
||||
app.whenReady().then(() => {
|
||||
w = new BrowserWindow({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue