Skip to content

Commit

Permalink
fix: Remove extraneous eslint globals
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman authored and kriskowal committed Feb 20, 2022
1 parent 4795147 commit 17087e4
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions packages/SwingSet/src/kernel/liveSlots.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global HandledPromise */

import {
Remotable,
passStyleOf,
Expand Down
1 change: 0 additions & 1 deletion packages/eventual-send/src/no-shim.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global HandledPromise */
import makeE from './E.js';

const hp = HandledPromise;
Expand Down
1 change: 0 additions & 1 deletion packages/run-protocol/src/vaultFactory/storeUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
*/
// TODO remove after release of /~https://github.com/endojs/endo/pull/1071
/* global BigUint64Array */

/** @typedef {[normalizedCollateralization: number, vaultId: VaultId]} CompositeKey */

Expand Down
1 change: 0 additions & 1 deletion packages/store/src/patterns/encodeKey.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global BigUint64Array */
// @ts-check
import { assert, details as X, q } from '@agoric/assert';
import {
Expand Down
1 change: 0 additions & 1 deletion packages/store/test/test-encodeKey.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-check
/* global BigUint64Array */
/* eslint-disable no-bitwise */

import { test } from '@agoric/swingset-vat/tools/prepare-test-env-ava.js';
Expand Down
1 change: 0 additions & 1 deletion packages/telemetry/src/flight-recorder.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-check
/* global BigUint64Array */
/// <reference types="ses" />

// /~https://github.com/Agoric/agoric-sdk/issues/3742#issuecomment-1028451575
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/src/frcat-entrypoint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env node
/* global process, BigUint64Array */
/* global process */
// frcat - print out the contents of a flight recorder
// NOTE: this only works on inactive recorder files where the writer has terminated

Expand Down
1 change: 0 additions & 1 deletion packages/telemetry/test/test-flight-recorder.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-check
/* global BigUint64Array */
import tmp from 'tmp';
import { test } from './prepare-test-env-ava.js';

Expand Down
2 changes: 1 addition & 1 deletion packages/xsnap/src/avaHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test global is defined in avaAssertXS.js .
HandledPromise is defined by eventual send shim.
*/
/* global __dirname, __filename, HandledPromise, issueCommand, test */
/* global __dirname, __filename, issueCommand, test */
// @ts-check
/// <reference types="ses" />
/// <reference types="@agoric/eventual-send" />
Expand Down

0 comments on commit 17087e4

Please sign in to comment.