build: add import/order eslint rule (#44107)
build: add import/order eslint rule (#44085) * build: add import/order eslint rule * chore: run lint:js --fix
This commit is contained in:
parent
bf8de29f9b
commit
27c38bdead
209 changed files with 799 additions and 441 deletions
|
@ -1,11 +1,14 @@
|
|||
import { expect } from 'chai';
|
||||
import * as path from 'node:path';
|
||||
import * as http from 'node:http';
|
||||
import { emittedNTimes } from './lib/events-helpers';
|
||||
import { closeWindow } from './lib/window-helpers';
|
||||
import { app, BrowserWindow, ipcMain } from 'electron/main';
|
||||
import { ifdescribe, listen } from './lib/spec-helpers';
|
||||
|
||||
import { expect } from 'chai';
|
||||
|
||||
import { once } from 'node:events';
|
||||
import * as http from 'node:http';
|
||||
import * as path from 'node:path';
|
||||
|
||||
import { emittedNTimes } from './lib/events-helpers';
|
||||
import { ifdescribe, listen } from './lib/spec-helpers';
|
||||
import { closeWindow } from './lib/window-helpers';
|
||||
|
||||
describe('renderer nodeIntegrationInSubFrames', () => {
|
||||
const generateTests = (description: string, webPreferences: any) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue