Skip to content

Commit 01bba71

Browse files
committed
run biome format
1 parent ca06ae4 commit 01bba71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

typedoc.cjs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
2-
theme: 'markdown',
3-
readme: 'none',
2+
theme: "markdown",
3+
readme: "none",
44
excludePrivate: true,
55
excludeInternal: true,
66
excludeProtected: true,
7-
exclude: ['./src/globals.d.ts', './src/__tests__'],
8-
out: 'docs/api',
9-
entryPoints: ['./src/index.ts']
7+
exclude: ["./src/globals.d.ts", "./src/__tests__"],
8+
out: "docs/api",
9+
entryPoints: ["./src/index.ts"],
1010
}

vitestSetup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { vi } from 'vitest'
1+
import { vi } from "vitest"
22
if (process.env.VITEST_DEBUG) {
33
//increase vite default timeout when debugging via test files
44
vi.setConfig({ testTimeout: 1_000 * 60 * 10 })

0 commit comments

Comments
 (0)