mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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:
@@ -31,7 +31,7 @@ export const clientOperations: INodeProperties[] = [
|
||||
action: 'Get a client',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all clients',
|
||||
action: 'Get all clients',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const projectOperations: INodeProperties[] = [
|
||||
action: 'Get a project',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all projects',
|
||||
action: 'Get all projects',
|
||||
|
||||
@@ -25,7 +25,7 @@ export const tagOperations: INodeProperties[] = [
|
||||
action: 'Delete a tag',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tags',
|
||||
action: 'Get all tags',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const taskOperations: INodeProperties[] = [
|
||||
action: 'Get a task',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tasks',
|
||||
action: 'Get all tasks',
|
||||
|
||||
@@ -13,7 +13,7 @@ export const userOperations: INodeProperties[] = [
|
||||
},
|
||||
options: [
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all users',
|
||||
action: 'Get all users',
|
||||
|
||||
@@ -13,7 +13,7 @@ export const workspaceOperations: INodeProperties[] = [
|
||||
},
|
||||
options: [
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all workspaces',
|
||||
action: 'Get all workspaces',
|
||||
|
||||
Reference in New Issue
Block a user