👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -188,7 +188,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'copy'
'copy',
],
resource: [
'file',
@@ -211,7 +211,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'delete'
'delete',
],
resource: [
'file',
@@ -235,7 +235,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'download'
'download',
],
resource: [
'file',
@@ -253,7 +253,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'download'
'download',
],
resource: [
'file',
@@ -275,7 +275,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'list'
'list',
],
resource: [
'file',
@@ -361,15 +361,15 @@ export class GoogleDrive implements INodeType {
options: [
{
name: 'Contains',
value: 'contains'
value: 'contains',
},
{
name: 'Is',
value: 'is'
value: 'is',
},
{
name: 'Is Not',
value: 'isNot'
value: 'isNot',
},
],
@@ -383,7 +383,7 @@ export class GoogleDrive implements INodeType {
default: '',
description: 'The value for operation.',
},
]
],
},
{
name: 'mimeType',
@@ -482,8 +482,8 @@ export class GoogleDrive implements INodeType {
},
description: 'Custom Mime Type',
},
]
}
],
},
],
},
@@ -500,7 +500,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'share'
'share',
],
resource: [
'file',
@@ -669,7 +669,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
@@ -686,13 +686,13 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
],
binaryData: [
false
false,
],
},
@@ -709,13 +709,13 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
],
binaryData: [
true
true,
],
},
@@ -736,7 +736,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
@@ -774,7 +774,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
@@ -791,13 +791,13 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
],
binaryData: [
false
false,
],
},
@@ -814,13 +814,13 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
],
binaryData: [
true
true,
],
},
@@ -846,7 +846,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
operation: [
'create'
'create',
],
resource: [
'folder',
@@ -870,7 +870,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'share'
'share',
],
'/resource': [
'file',
@@ -888,7 +888,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'share'
'share',
],
'/resource': [
'file',
@@ -944,7 +944,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
hide: {
'/operation': [
'share'
'share',
],
'/resource': [
'file',
@@ -1034,7 +1034,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'share'
'share',
],
'/resource': [
'file',
@@ -1053,7 +1053,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'share'
'share',
],
'/resource': [
'file',
@@ -1071,7 +1071,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'share'
'share',
],
'/resource': [
'file',
@@ -1089,7 +1089,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'share'
'share',
],
'/resource': [
'file',
@@ -1107,7 +1107,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'share'
'share',
],
'/resource': [
'file',
@@ -1127,7 +1127,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'copy'
'copy',
],
'/resource': [
'file',
@@ -1167,7 +1167,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'list'
'list',
],
'/resource': [
'file',
@@ -1204,7 +1204,7 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'list'
'list',
],
'/resource': [
'file',
@@ -1246,14 +1246,14 @@ export class GoogleDrive implements INodeType {
displayOptions: {
show: {
'/operation': [
'list'
'list',
],
'/resource': [
'file',
],
corpora: [
'drive'
]
'drive',
],
},
},
description: 'ID of the shared drive to search. The driveId parameter must be specified if and only if corpora is set to drive.',