mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
Added necessary plugins and fixed configs for linting
This commit is contained in:
parent
b2b5a97188
commit
583e5302bc
5 changed files with 37 additions and 361 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable n8n-nodes-base/filesystem-wrong-node-filename */
|
||||
import { INodeType, INodeTypeDescription } from 'n8n-workflow';
|
||||
import { httpVerbFields, httpVerbOperations } from './HttpVerbDescriptions';
|
||||
|
||||
|
|
@ -50,7 +51,7 @@ export class HttpBin implements INodeType {
|
|||
noDataExpression: true,
|
||||
options: [
|
||||
{
|
||||
name: 'HTTP Verbs',
|
||||
name: 'HTTP Verb',
|
||||
value: 'httpverbs',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ const deleteOperation: INodeProperties[] = [
|
|||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'Key of json property',
|
||||
description: 'Key of JSON property',
|
||||
},
|
||||
{
|
||||
displayName: 'Value',
|
||||
|
|
@ -221,7 +221,7 @@ const deleteOperation: INodeProperties[] = [
|
|||
},
|
||||
},
|
||||
required: true,
|
||||
description: 'Value of json property',
|
||||
description: 'Value of JSON property',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue