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:
@@ -19,7 +19,7 @@ export const eventOperations: INodeProperties[] = [
|
||||
action: 'Get an event',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all events',
|
||||
action: 'Get all events',
|
||||
|
||||
@@ -25,7 +25,7 @@ export const issueOperations: INodeProperties[] = [
|
||||
action: 'Get an issue',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all issues',
|
||||
action: 'Get all issues',
|
||||
|
||||
@@ -25,7 +25,7 @@ export const organizationOperations: INodeProperties[] = [
|
||||
action: 'Get an organization',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all organizations',
|
||||
action: 'Get all organizations',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const releaseOperations: INodeProperties[] = [
|
||||
action: 'Get a release by version ID',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all releases',
|
||||
action: 'Get all releases',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const teamOperations: INodeProperties[] = [
|
||||
action: 'Get a team',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all teams',
|
||||
action: 'Get all teams',
|
||||
|
||||
Reference in New Issue
Block a user