1
Fork 0

Fix linting issues.

This commit is contained in:
Bauke 2023-12-02 13:11:32 +01:00
parent dd3eb83ed8
commit f4fa51251e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import process from "node:process";
import {build} from "esbuild";
import {cmd} from "web-ext";

View File

@ -1,5 +1,4 @@
import browser from "webextension-polyfill";
import {createValue} from "../build/index.js";
const updatedDate = await createValue<Date>({

View File

@ -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 <T>(