chore(lint): Prettier fix

This commit is contained in:
github-actions[bot] 2021-12-14 20:39:26 +00:00 committed by Nate Moore
parent ab7b03f18a
commit e976f95529

View file

@ -25,7 +25,7 @@ const ALWAYS_EXTERNAL = new Set([
'shiki',
'shorthash',
'unified',
'whatwg-url'
'whatwg-url',
]);
const ALWAYS_NOEXTERNAL = new Set([
'astro', // This is only because Vite's native ESM doesn't resolve "exports" correctly.