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-display-name-not-first-position (#4073)
* 👕 Enable rule * 👕 Apply rule
This commit is contained in:
@@ -75,8 +75,8 @@ export const binOperations: INodeProperties[] = [
|
||||
// Properties of the `Bin` resource
|
||||
export const binFields: INodeProperties[] = [
|
||||
{
|
||||
name: 'binId',
|
||||
displayName: 'Bin ID',
|
||||
name: 'binId',
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
|
||||
@@ -86,8 +86,8 @@ export const requestOperations: INodeProperties[] = [
|
||||
// Properties of the `Request` resource
|
||||
export const requestFields: INodeProperties[] = [
|
||||
{
|
||||
name: 'binId',
|
||||
displayName: 'Bin ID',
|
||||
name: 'binId',
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
@@ -100,8 +100,8 @@ export const requestFields: INodeProperties[] = [
|
||||
description: 'Unique identifier for each bin',
|
||||
},
|
||||
{
|
||||
name: 'binContent',
|
||||
displayName: 'Bin Content',
|
||||
name: 'binContent',
|
||||
type: 'string',
|
||||
default: '',
|
||||
typeOptions: {
|
||||
@@ -122,8 +122,8 @@ export const requestFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'requestId',
|
||||
displayName: 'Request ID',
|
||||
name: 'requestId',
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user