Skip to content

Commit 3f82147

Browse files
committed
refactor(*): lint
1 parent 8bc84c6 commit 3f82147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biome.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"files": {
4040
"ignoreUnknown": true,
41-
"ignore": ["**/dist/**", "**/node_modules/**", "**/.nuxt/**", "**/.output/**"]
41+
"ignore": ["**/dist/**", "**/node_modules/**", "**/.nuxt/**", "**/.output/**", "**/incorrect.*"]
4242
},
4343
"formatter": {
4444
"enabled": true,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { BuildConfig } from 'bun'
21
import { exists, mkdir, unlink } from 'node:fs/promises'
32
import { basename, dirname, join } from 'node:path'
3+
import type { BuildConfig } from 'bun'
44
import { moduleLexerAsync } from 'oxc-parser'
55

66
import type { Entry } from '../plugin'

0 commit comments

Comments
 (0)