From f4fa51251e12009ba256d698be0ec71ac530234d Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 2 Dec 2023 13:11:32 +0100 Subject: [PATCH] Fix linting issues. --- esbuild.ts | 1 - tests/example.ts | 1 - tests/tests.ts | 1 - 3 files changed, 3 deletions(-) diff --git a/esbuild.ts b/esbuild.ts index 1bf35fc..2fb789a 100644 --- a/esbuild.ts +++ b/esbuild.ts @@ -1,5 +1,4 @@ import process from "node:process"; - import {build} from "esbuild"; import {cmd} from "web-ext"; diff --git a/tests/example.ts b/tests/example.ts index d11a554..a9f04d1 100644 --- a/tests/example.ts +++ b/tests/example.ts @@ -1,5 +1,4 @@ import browser from "webextension-polyfill"; - import {createValue} from "../build/index.js"; const updatedDate = await createValue({ diff --git a/tests/tests.ts b/tests/tests.ts index 57dc8f0..98c02d4 100644 --- a/tests/tests.ts +++ b/tests/tests.ts @@ -1,6 +1,5 @@ import {setup, type TestContext} from "@holllo/test"; import browser from "webextension-polyfill"; - import {createValue, type Value} from "../source/index.js"; const create = async (