Add lint command to ignore console.log statement.

This commit is contained in:
elweyn 2022-09-07 11:34:08 +02:00
parent e50b80997b
commit ed0900b735

View File

@ -20,6 +20,7 @@ export async function retrieveNotRegisteredEmails(): Promise<string[]> {
}
}
await con.close()
// eslint-disable-next-line no-console
console.log('User die nicht bei KlickTipp vorhanden sind: ', notRegisteredUser)
return notRegisteredUser
}