Skip to content

Commit 54bc9fa

Browse files
committed
comment update
1 parent 571bbc4 commit 54bc9fa

File tree

1 file changed

+1
-1
lines changed
  • packages/steiger-plugin-fsd/src/no-wildcard-exports

1 file changed

+1
-1
lines changed

packages/steiger-plugin-fsd/src/no-wildcard-exports/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const noWildcardExports = {
3131

3232
// Parse file content using oxc-parser
3333
const content = (file as FileWithContent).content
34-
if (!content) continue // 파일 내용이 없으면 건너뜁니다
34+
if (!content) continue // Skip if file has no contents
3535

3636
const parseResult = parseSync(file.path, content)
3737

0 commit comments

Comments
 (0)