chore(lint): Prettier fix

This commit is contained in:
github-actions[bot] 2021-12-15 14:35:02 +00:00 committed by Nate Moore
parent 9df3571d96
commit 2fb0b68a12

View file

@ -15,6 +15,6 @@ export default function astro({ config }: AstroPluginOptions): vite.Plugin {
console.log({ source, importer, options });
}
return null;
}
},
};
}