mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Split WorkflowExecute.runNode into smaller methods (#17864)
This commit is contained in:
@@ -3,7 +3,7 @@ import { nodeConfig } from '@n8n/eslint-config/node';
|
||||
|
||||
export default defineConfig(
|
||||
nodeConfig,
|
||||
globalIgnores(['bin/*.js', 'nodes-testing/*.ts']),
|
||||
globalIgnores(['bin/*.js', 'nodes-testing/*.ts', 'coverage/*']),
|
||||
{
|
||||
rules: {
|
||||
// TODO: Lower the complexity threshold
|
||||
|
||||
Reference in New Issue
Block a user