mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
* ⬆️ Upgrade TS to 4.3.5
* 👕 Add ESLint configs
* 🎨 Add Prettier config
* 📦 Add deps and commands
* ⚡ Adjust global .editorconfig to new ruleset
* 🔥 Remove unneeded local .editorconfig
* 📦 Update deps in editor-ui
* 🔨 Limit Prettier to only TS files
* ⚡ Add recommended VSCode extensions
* 👕 Fix build
* 🔥 Remove Vue setting from global config
* ⚡ Disable prefer-default-export per feedback
* ✏️ Add forgotten divider
* 👕 Disable no-plusplus
* 👕 Disable class-methods-use-this
* ✏️ Alphabetize overrides
* 👕 Add one-var consecutive override
* ⏪ Revert one-var consecutive override
This reverts commit
|
||
|---|---|---|
| .. | ||
| databases | ||
| ActiveExecutions.ts | ||
| ActiveWorkflowRunner.ts | ||
| CredentialsHelper.ts | ||
| CredentialsOverwrites.ts | ||
| CredentialTypes.ts | ||
| Db.ts | ||
| ExternalHooks.ts | ||
| GenericHelpers.ts | ||
| index.ts | ||
| Interfaces.ts | ||
| LoadNodesAndCredentials.ts | ||
| Logger.ts | ||
| NodeTypes.ts | ||
| Push.ts | ||
| Queue.ts | ||
| ResponseHelper.ts | ||
| Server.ts | ||
| TagHelpers.ts | ||
| TestWebhooks.ts | ||
| WaitingWebhooks.ts | ||
| WaitTracker.ts | ||
| WebhookHelpers.ts | ||
| WebhookServer.ts | ||
| WorkflowCredentials.ts | ||
| WorkflowExecuteAdditionalData.ts | ||
| WorkflowHelpers.ts | ||
| WorkflowRunner.ts | ||
| WorkflowRunnerProcess.ts | ||