refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064)

* 👕 Enable rule

* ⬆️ Upgrade linter

* 📦 Update `package-lock.json`

* 👕 Apply rule

* ✏️ Fix plurals

* ✏️ More typos

* ✏️ Final typos
This commit is contained in:
Iván Ovejero
2022-09-13 12:36:36 +02:00
committed by GitHub
parent 9f92a4d681
commit 3a9c7acb04
354 changed files with 376 additions and 375 deletions

View File

@@ -193,7 +193,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get data of all activities',
description: 'Get data of many activities',
action: 'Get many activities',
},
{
@@ -244,7 +244,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get data of all deals',
description: 'Get data of many deals',
action: 'Get many deals',
},
{
@@ -277,7 +277,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get all activities of a deal',
description: 'Get many activities of a deal',
action: 'Get many deal activities',
},
],
@@ -304,7 +304,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get all products in a deal',
description: 'Get many products in a deal',
action: 'Get many deal products',
},
{
@@ -404,7 +404,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get data of all leads',
description: 'Get data of many leads',
action: 'Get many leads',
},
{
@@ -448,7 +448,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get data of all notes',
description: 'Get data of many notes',
action: 'Get many notes',
},
{
@@ -493,7 +493,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get data of all organizations',
description: 'Get data of many organizations',
action: 'Get many organizations',
},
{
@@ -544,7 +544,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get data of all persons',
description: 'Get data of many persons',
action: 'Get many people',
},
{
@@ -577,7 +577,7 @@ export class Pipedrive implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get data of all products',
description: 'Get data of many products',
action: 'Get many products',
},
],