Fix linting issues.
This commit is contained in:
parent
dd3eb83ed8
commit
f4fa51251e
|
@ -1,5 +1,4 @@
|
|||
import process from "node:process";
|
||||
|
||||
import {build} from "esbuild";
|
||||
import {cmd} from "web-ext";
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import browser from "webextension-polyfill";
|
||||
|
||||
import {createValue} from "../build/index.js";
|
||||
|
||||
const updatedDate = await createValue<Date>({
|
||||
|
|
|
@ -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>(
|
||||
|
|
Loading…
Reference in New Issue