We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571bbc4 commit 54bc9faCopy full SHA for 54bc9fa
packages/steiger-plugin-fsd/src/no-wildcard-exports/index.ts
@@ -31,7 +31,7 @@ const noWildcardExports = {
31
32
// Parse file content using oxc-parser
33
const content = (file as FileWithContent).content
34
- if (!content) continue // 파일 내용이 없으면 건너뜁니다
+ if (!content) continue // Skip if file has no contents
35
36
const parseResult = parseSync(file.path, content)
37
0 commit comments