Skip to content

Commit 0700330

Browse files
committed
chore(lint): fix lint
1 parent 153564d commit 0700330

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unplugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export const metaPlugin = createUnplugin<any>(
8686
// Component is missing required values
8787
if (!component?.fullPath || !component?.pascalName) { return }
8888

89-
9089
// Read component code
9190
let code = readFileSync(component.fullPath, 'utf-8')
9291

0 commit comments

Comments
 (0)