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
Resolve ts-ignore comments in scripts and tests (#12843)
This commit is contained in:
committed by
GitHub
parent
938d615570
commit
ffb7d467e3
@@ -143,9 +143,9 @@ try {
|
||||
message: 'What types of aliases do you want to add?',
|
||||
choices: aliasTypes,
|
||||
}).then(async (aliases) => {
|
||||
/** @type {{[_: string]: string[]}} */
|
||||
const result = {};
|
||||
for (const alias of aliases) {
|
||||
// @ts-ignore
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
result[alias] = await input({
|
||||
message: `What ${alias} aliases would you like to add? (separate with commas)`,
|
||||
|
||||
Reference in New Issue
Block a user