mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(Email Trigger (IMAP) Node): Limit new mails fetched (#16926)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com> Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -19,6 +19,8 @@ export const baseConfig = tseslint.config(
|
||||
'tsup.config.ts',
|
||||
'jest.config.js',
|
||||
'cypress.config.js',
|
||||
'vite.config.ts',
|
||||
'vitest.config.ts',
|
||||
]),
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.recommended,
|
||||
@@ -409,6 +411,7 @@ export const baseConfig = tseslint.config(
|
||||
files: ['test/**/*.ts', '**/__tests__/*.ts', '**/*.test.ts', '**/*.cy.ts'],
|
||||
rules: {
|
||||
'n8n-local-rules/no-plain-errors': 'off',
|
||||
'@typescript-eslint/unbound-method': 'off',
|
||||
'n8n-local-rules/no-skipped-tests': process.env.NODE_ENV === 'development' ? 'warn' : 'error',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user