mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-08-10 15:40:01 -04:00
chore(dev): eslint import rules
--- Co-authored-by: @schowdhuri Reviewed-by: @schowdhuri
This commit is contained in:
parent
ec2193b460
commit
07a984bb52
129 changed files with 337 additions and 170 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
import { ipcRenderer } from "electron";
|
||||
import { exposeInMainWorld } from "./exposeInMainWorld";
|
||||
import type { DownloadBackupInput } from "./types";
|
||||
import { IpcChannels } from "./types";
|
||||
import type { DownloadBackupInput } from "./types";
|
||||
|
||||
// Export for types in contracts.d.ts
|
||||
export const haveno = {
|
||||
|
|
|
@ -16,13 +16,13 @@
|
|||
|
||||
import { ipcRenderer } from "electron";
|
||||
import { exposeInMainWorld } from "./exposeInMainWorld";
|
||||
import { IpcChannels } from "./types";
|
||||
import type {
|
||||
AccountInfoDto,
|
||||
ChangePasswordInput,
|
||||
IPreferences,
|
||||
SetPasswordInput,
|
||||
} from "./types";
|
||||
import { IpcChannels } from "./types";
|
||||
|
||||
// Export for types in contracts.d.ts
|
||||
export const store = {
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
// limitations under the License.
|
||||
// =============================================================================
|
||||
|
||||
import { chrome } from "../../.electron-vendors.cache.json";
|
||||
import { builtinModules } from "module";
|
||||
import { chrome } from "../../.electron-vendors.cache.json";
|
||||
|
||||
const PACKAGE_ROOT = __dirname;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue