mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Add more eslint rules
This commit is contained in:
parent
0109381a4f
commit
dea34503ef
13 changed files with 33 additions and 21 deletions
|
@ -1,8 +1,7 @@
|
|||
import electron, { contextBridge, webFrame } from "electron";
|
||||
import electron, { contextBridge, webFrame, ipcRenderer } from "electron";
|
||||
import { readFileSync } from "fs";
|
||||
import { join } from "path";
|
||||
import VencordNative from "./VencordNative";
|
||||
import { ipcRenderer } from "electron";
|
||||
import IpcEvents from "./utils/IpcEvents";
|
||||
|
||||
if (electron.desktopCapturer === void 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue