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

@@ -8,9 +8,7 @@ export const starOperations: INodeProperties[] = [
noDataExpression: true,
displayOptions: {
show: {
resource: [
'star',
],
resource: ['star'],
},
},
options: [
@@ -38,7 +36,6 @@ export const starOperations: INodeProperties[] = [
];
export const starFields: INodeProperties[] = [
/* -------------------------------------------------------------------------- */
/* star:add */
/* -------------------------------------------------------------------------- */
@@ -48,12 +45,8 @@ export const starFields: INodeProperties[] = [
type: 'collection',
displayOptions: {
show: {
operation: [
'add',
],
resource: [
'star',
],
operation: ['add'],
resource: ['star'],
},
},
default: {},
@@ -68,7 +61,8 @@ export const starFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
default: '',
description: 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
description:
'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
{
displayName: 'File Comment',
@@ -103,12 +97,8 @@ export const starFields: INodeProperties[] = [
type: 'collection',
displayOptions: {
show: {
operation: [
'delete',
],
resource: [
'star',
],
operation: ['delete'],
resource: ['star'],
},
},
default: {},
@@ -123,7 +113,8 @@ export const starFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
default: '',
description: 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
description:
'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
{
displayName: 'File ID',
@@ -158,12 +149,8 @@ export const starFields: INodeProperties[] = [
type: 'boolean',
displayOptions: {
show: {
resource: [
'star',
],
operation: [
'getAll',
],
resource: ['star'],
operation: ['getAll'],
},
},
default: false,
@@ -175,15 +162,9 @@ export const starFields: INodeProperties[] = [
type: 'number',
displayOptions: {
show: {
resource: [
'star',
],
operation: [
'getAll',
],
returnAll: [
false,
],
resource: ['star'],
operation: ['getAll'],
returnAll: [false],
},
},
typeOptions: {