You've already forked simple-icons
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:
committed by
GitHub
parent
9a168ad95c
commit
2b36eb59a9
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user