mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build: add import/order eslint rule (#44085)
* build: add import/order eslint rule * chore: run lint:js --fix
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { expect } from 'chai';
|
||||
import { ipcMain, BrowserWindow } from 'electron/main';
|
||||
import { closeWindow } from './lib/window-helpers';
|
||||
|
||||
import { expect } from 'chai';
|
||||
|
||||
import { once } from 'node:events';
|
||||
|
||||
import { closeWindow } from './lib/window-helpers';
|
||||
|
||||
describe('ipcRenderer module', () => {
|
||||
let w: BrowserWindow;
|
||||
before(async () => {
|
||||
|
||||
Reference in New Issue
Block a user