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:
Iván Ovejero
2022-09-07 16:51:14 +02:00
committed by GitHub
parent b020811ac1
commit ca8c2d6577
456 changed files with 2043 additions and 2187 deletions

View File

@@ -156,7 +156,7 @@ export class Mailchimp implements INodeType {
action: 'Get a member',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all members on list',
action: 'Get all members',
@@ -210,7 +210,7 @@ export class Mailchimp implements INodeType {
},
options: [
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all groups',
action: 'Get all list groups',
@@ -243,7 +243,7 @@ export class Mailchimp implements INodeType {
action: 'Get a campaign',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all the campaigns',
action: 'Get all campaigns',