refactor(nodes-base): Apply lint rule node-param-display-name-not-first-position (#4073)

* 👕 Enable rule

* 👕 Apply rule
This commit is contained in:
Iván Ovejero
2022-09-12 09:25:39 +02:00
committed by GitHub
parent f6064ef278
commit 26b07e28f0
7 changed files with 20 additions and 19 deletions

View File

@@ -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,