mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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,
|
||||
|
||||
Reference in New Issue
Block a user