1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-11-23 21:34:49 +02:00

Migrate from ts-ignore to ts-expect-error (#13059)

This commit is contained in:
Álvaro Mondéjar Rubio
2025-04-14 17:54:22 +02:00
committed by GitHub
parent 9a168ad95c
commit 2b36eb59a9
4 changed files with 4 additions and 9 deletions

View File

@@ -191,7 +191,7 @@ ${invalids.map((icon) => `${format(icon)} ${findPositon(expectedOrder, icon)}`).
// TODO: `hasOwn` is not currently supported by TS.
// See https://github.com/microsoft/TypeScript/issues/44253
/** @type {string} */
// @ts-ignore
// @ts-expect-error
icon.license.url,
]);
}