Skip to content

Commit

Permalink
Fix all linting errors (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty authored Dec 11, 2024
1 parent a827d61 commit 717d435
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions scripts/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ import { TransactionBuilder } from './transaction_builder.js';
import { ALERTS, start as i18nStart, translation } from './i18n.js';
import { wallet, hasEncryptedWallet, Wallet } from './wallet.js';
import { getNetwork } from './network/network_manager.js';
import {
start as settingsStart,
strCurrency,
fAdvancedMode,
} from './settings.js';
import { createAndSendTransaction } from './legacy.js';
import { start as settingsStart, strCurrency } from './settings.js';
import { createAlert } from './alerts/alert.js';
import { confirmPopup, sanitizeHTML } from './misc.js';
import { cChainParams, COIN } from './chain_params.js';
import { sleep } from './utils.js';
import { sanitizeHTML } from './misc.js';
import { registerWorker } from './native.js';
import { getEventEmitter } from './event_bus.js';
import { checkForUpgrades } from './changelog.js';
Expand Down

0 comments on commit 717d435

Please sign in to comment.