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

@@ -143,7 +143,7 @@ export class Asana implements INodeType {
action: 'Create a subtask',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all substasks',
action: 'Get all subtasks',
@@ -391,7 +391,7 @@ export class Asana implements INodeType {
action: 'Get a task',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all tasks',
action: 'Get all tasks',
@@ -1270,7 +1270,7 @@ export class Asana implements INodeType {
action: 'Get a user',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all users',
action: 'Get all users',
@@ -1355,7 +1355,7 @@ export class Asana implements INodeType {
action: 'Get a project',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all projects',
action: 'Get all projects',