Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 15, 2023
1 parent 9094af1 commit c164203
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion api/deploy.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// @ts-check

/* global process */
// Agoric Dapp api deployment script

import fs from 'fs';
import { E } from '@endo/eventual-send';
import '@agoric/zoe/exported.js';

import installationConstants from '../ui/public/conf/installationConstants.js';
import installationConstants from "@agoric/dapp-fungible-faucet-ui/public/conf/installationConstants.js";

// deploy.js runs in an ephemeral Node.js outside of swingset. The
// spawner runs within ag-solo, so is persistent. Once the deploy.js
Expand Down
1 change: 0 additions & 1 deletion api/src/handler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-check
/* global harden */
import { E } from '@endo/eventual-send';
import { makeWebSocketHandler } from './lib-http.js';

Expand Down
1 change: 0 additions & 1 deletion api/src/lib-http.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// This functionality will later be merged into the agoric-sdk.

// @ts-check
/* global harden */
import { E } from '@endo/eventual-send';
import { Far } from '@endo/marshal';

Expand Down
1 change: 0 additions & 1 deletion contract/src/contract.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-check
/* global harden */
import '@agoric/zoe/exported.js';
import { AmountMath } from '@agoric/ertp';
import { Far } from '@endo/marshal';
Expand Down
2 changes: 1 addition & 1 deletion ui/public/src/install-ses-lockdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable import/no-extraneous-dependencies */
/* global lockdown */
/* global process */
import 'ses/dist/ses.umd'; // adds lockdown, harden, and Compartment
import '@endo/eventual-send/shim'; // adds support needed by E

Expand Down

0 comments on commit c164203

Please sign in to comment.