n8n-3867-progressively-apply-prettier-to-all (#3873)

* 🔨 formatting nodes with prettier
This commit is contained in:
Michael Kret
2022-08-17 18:50:24 +03:00
committed by GitHub
parent f2d326c7f0
commit 91d7e16c81
1072 changed files with 42357 additions and 59109 deletions

View File

@@ -1,6 +1,4 @@
import {
INodeProperties,
} from 'n8n-workflow';
import { INodeProperties } from 'n8n-workflow';
export const feedOperations: INodeProperties[] = [
{
@@ -9,9 +7,7 @@ export const feedOperations: INodeProperties[] = [
type: 'options',
displayOptions: {
show: {
resource: [
'feed',
],
resource: ['feed'],
},
},
noDataExpression: true,
@@ -63,12 +59,8 @@ export const feedFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'create',
],
resource: ['feed'],
operation: ['create'],
},
},
},
@@ -80,12 +72,8 @@ export const feedFields: INodeProperties[] = [
required: true,
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'create',
],
resource: ['feed'],
operation: ['create'],
},
},
},
@@ -98,12 +86,8 @@ export const feedFields: INodeProperties[] = [
required: true,
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'create',
],
resource: ['feed'],
operation: ['create'],
},
},
},
@@ -115,12 +99,8 @@ export const feedFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'create',
],
resource: ['feed'],
operation: ['create'],
},
},
options: [
@@ -179,12 +159,8 @@ export const feedFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'disable',
],
resource: ['feed'],
operation: ['disable'],
},
},
},
@@ -201,12 +177,8 @@ export const feedFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'enable',
],
resource: ['feed'],
operation: ['enable'],
},
},
},
@@ -223,12 +195,8 @@ export const feedFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'get',
],
resource: ['feed'],
operation: ['get'],
},
},
},
@@ -240,12 +208,8 @@ export const feedFields: INodeProperties[] = [
description: 'Whether to return all results or only up to a given limit',
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'getAll',
],
resource: ['feed'],
operation: ['getAll'],
},
},
},
@@ -260,15 +224,9 @@ export const feedFields: INodeProperties[] = [
},
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'getAll',
],
returnAll: [
false,
],
resource: ['feed'],
operation: ['getAll'],
returnAll: [false],
},
},
},
@@ -285,12 +243,8 @@ export const feedFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'update',
],
resource: ['feed'],
operation: ['update'],
},
},
},
@@ -302,12 +256,8 @@ export const feedFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'feed',
],
operation: [
'update',
],
resource: ['feed'],
operation: ['update'],
},
},
options: [