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 teamOperations: INodeProperties[] = [
{
@@ -10,9 +8,7 @@ export const teamOperations: INodeProperties[] = [
noDataExpression: true,
displayOptions: {
show: {
resource: [
'team',
],
resource: ['team'],
},
},
options: [
@@ -65,12 +61,8 @@ export const teamFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'create',
],
resource: ['team'],
operation: ['create'],
},
},
},
@@ -82,12 +74,8 @@ export const teamFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'create',
],
resource: ['team'],
operation: ['create'],
},
},
options: [
@@ -114,12 +102,8 @@ export const teamFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'delete',
],
resource: ['team'],
operation: ['delete'],
},
},
},
@@ -136,12 +120,8 @@ export const teamFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'get',
],
resource: ['team'],
operation: ['get'],
},
},
},
@@ -157,12 +137,8 @@ export const teamFields: INodeProperties[] = [
description: 'Whether to return all results or only up to a given limit',
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'getAll',
],
resource: ['team'],
operation: ['getAll'],
},
},
},
@@ -177,15 +153,9 @@ export const teamFields: INodeProperties[] = [
},
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'getAll',
],
returnAll: [
false,
],
resource: ['team'],
operation: ['getAll'],
returnAll: [false],
},
},
},
@@ -197,12 +167,8 @@ export const teamFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'getAll',
],
resource: ['team'],
operation: ['getAll'],
},
},
options: [
@@ -228,12 +194,8 @@ export const teamFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'update',
],
resource: ['team'],
operation: ['update'],
},
},
},
@@ -245,12 +207,8 @@ export const teamFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'team',
],
operation: [
'update',
],
resource: ['team'],
operation: ['update'],
},
},
options: [