Skip to content

Commit c0118be

Browse files
committed
refactor(*): lint
1 parent 0715987 commit c0118be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
// biome-ignore lint/suspicious/noConsole: <explanation>
12
console.log('hi')

tools/sircli/src/plugins/builder/utils/dts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { $ } from 'bun'
21
import { mkdir } from 'node:fs/promises'
32
import { tmpdir } from 'node:os'
43
import { dirname, join } from 'node:path'
4+
import { $ } from 'bun'
55

66
import { RECURSIVE_FLAG } from '../../../internal/consts'
77
import type { Entries } from '../plugin'

0 commit comments

Comments
 (0)