chore(lint): Prettier fix
This commit is contained in:
parent
ab7b03f18a
commit
e976f95529
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue