mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor: Phase out TSLint in nodes-base (no-changelog) (#4798)
* 🔥 Remove TSLint scripts * 🔥 Remove TSLint config * 🔥 Remove TSLint exceptions * 👕 Adjust lint config * ✏️ Add story numbers
This commit is contained in:
@@ -246,7 +246,7 @@ export class EmailReadImapV1 implements INodeType {
|
||||
let connection: ImapSimple;
|
||||
|
||||
// Returns the email text
|
||||
// tslint:disable-next-line:no-any
|
||||
|
||||
const getText = async (parts: any[], message: Message, subtype: string) => {
|
||||
if (!message.attributes.struct) {
|
||||
return '';
|
||||
@@ -272,7 +272,7 @@ export class EmailReadImapV1 implements INodeType {
|
||||
// Returns the email attachments
|
||||
const getAttachment = async (
|
||||
connection: ImapSimple,
|
||||
// tslint:disable-next-line:no-any
|
||||
|
||||
parts: any[],
|
||||
message: Message,
|
||||
): Promise<IBinaryData[]> => {
|
||||
|
||||
Reference in New Issue
Block a user