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

@@ -27,7 +27,7 @@ export const commentOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all comments',
description: 'Get many comments',
action: 'Get many comments',
},
{

View File

@@ -33,7 +33,7 @@ export const folderOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all folders',
description: 'Get many folders',
action: 'Get many folders',
},
{

View File

@@ -33,7 +33,7 @@ export const goalOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all goals',
description: 'Get many goals',
action: 'Get many goals',
},
{

View File

@@ -39,7 +39,7 @@ export const listOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all lists',
description: 'Get many lists',
action: 'Get many lists',
},
{

View File

@@ -27,7 +27,7 @@ export const spaceTagOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all space tags',
description: 'Get many space tags',
action: 'Get many space tags',
},
{

View File

@@ -33,7 +33,7 @@ export const taskOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all tasks',
description: 'Get many tasks',
action: 'Get many tasks',
},
{

View File

@@ -33,7 +33,7 @@ export const timeEntryOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all time entries',
description: 'Get many time entries',
action: 'Get many time entries',
},
{

View File

@@ -21,7 +21,7 @@ export const timeEntryTagOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all time entry tags',
description: 'Get many time entry tags',
action: 'Get many time entry tags',
},
{