mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(nodes-base): Apply lint rule node-param-option-name-wrong-for-get-many (#4051)
* ⬆️ Upgrade linter * 📦 Update `package-lock.json` * 👕 Substitute rule * 👕 Apply lintfix for `node-param-option-name-wrong-for-get-many` * 👕 Restore lint exceptions
This commit is contained in:
@@ -45,12 +45,6 @@ export const checklistOperations: INodeProperties[] = [
|
||||
description: 'Get the data of a checklist',
|
||||
action: 'Get a checklist',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Returns all checklists for the card',
|
||||
action: 'Get all checklists',
|
||||
},
|
||||
{
|
||||
name: 'Get Checklist Items',
|
||||
value: 'getCheckItem',
|
||||
@@ -63,6 +57,12 @@ export const checklistOperations: INodeProperties[] = [
|
||||
description: 'Get the completed checklist items on a card',
|
||||
action: 'Get completed checklist items',
|
||||
},
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Returns all checklists for the card',
|
||||
action: 'Get all checklists',
|
||||
},
|
||||
{
|
||||
name: 'Update Checklist Item',
|
||||
value: 'updateCheckItem',
|
||||
|
||||
Reference in New Issue
Block a user