Skip to content

Commit 0985a63

Browse files
committed
chore: lint
1 parent 484ef05 commit 0985a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/tdesign.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function getSideEffects(importName: string, options: TDesignResolverOptions): Si
2727

2828
if (!importStyle) return
2929

30-
if (fileName === "config-provider") return
30+
if (fileName === 'config-provider') return
3131

3232
if (importStyle === 'less') return `tdesign-${library}/esm/${fileName}/style`
3333

0 commit comments

Comments
 (0)