mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-05-17 13:50:37 -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
|
@ -14,8 +14,8 @@
|
|||
// limitations under the License.
|
||||
// =============================================================================
|
||||
|
||||
const glob = require("glob");
|
||||
const fsPromise = require("fs/promises");
|
||||
const glob = require("glob");
|
||||
|
||||
const DIVIDER = "=".repeat(77);
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
const { writeFile } = require("fs/promises");
|
||||
const { execSync } = require("child_process");
|
||||
const electron = require("electron");
|
||||
const path = require("path");
|
||||
const electron = require("electron");
|
||||
|
||||
/**
|
||||
* Returns versions of electron vendors
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const { spawn } = require("child_process");
|
||||
const { createServer, build, createLogger } = require("vite");
|
||||
const electronPath = require("electron");
|
||||
const { spawn } = require("child_process");
|
||||
|
||||
/** @type 'production' | 'development'' */
|
||||
const mode = (process.env.MODE = process.env.MODE || "development");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue