8000 chore: Fix type checking in script · svelte-add/svelte-add@9beb83e · GitHub
[go: up one dir, main page]

Skip to content 10000
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 9beb83e

Browse files
committed
chore: Fix type checking in script
1 parent 9d00394 commit 9beb83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update-unplugin-icons-collections.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { format, resolveConfig } from 'prettier';
2020
'@iconify/json': 'Full Collection (~120MB)',
2121
};
2222

23+
/** @type {Array<{ name: string, version?: string, label?: string }>} */
2324
const collections = [
2425
{
2526
name: 'none',

0 commit comments

Comments
 (0)
0