mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: lint for inefficient deep clones (#4378)
* 👕 Create rule `no-json-parse-json-stringify` * 🧪 Add tests * 👕 Enable new rule * 👕 FIx unrelated lint issue
This commit is contained in:
@@ -62,6 +62,7 @@ export class ScheduleTrigger implements INodeType {
|
||||
name: 'field',
|
||||
type: 'options',
|
||||
default: 'days',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-options-type-unsorted-items
|
||||
options: [
|
||||
{
|
||||
name: 'Seconds',
|
||||
|
||||
Reference in New Issue
Block a user