Skip to content

Commit

Permalink
chore(lint): Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2023
1 parent 33e65df commit 838efd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/vite-plugin-astro-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ export function createPlugin(
}
await generateIconTypeDefinitions(Object.values(collections), root);

return `export default ${JSON.stringify(collections)};\nexport const config = ${JSON.stringify({ include })}`;
return `export default ${JSON.stringify(
collections
)};\nexport const config = ${JSON.stringify({ include })}`;
}
},
};
Expand Down

0 comments on commit 838efd9

Please sign in to comment.