👕 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

@@ -113,19 +113,19 @@ export const fileFields = [
options: [
{
name: 'Authenticated Read',
value: 'authenticatedRead'
value: 'authenticatedRead',
},
{
name: 'AWS Exec Read',
value: 'awsExecRead'
value: 'awsExecRead',
},
{
name: 'Bucket Owner Full Control',
value: 'bucketOwnerFullControl'
value: 'bucketOwnerFullControl',
},
{
name: 'Bucket Owner Read',
value: 'bucketOwnerRead'
value: 'bucketOwnerRead',
},
{
name: 'Private',
@@ -133,15 +133,15 @@ export const fileFields = [
},
{
name: 'Public Read',
value: 'publicRead'
value: 'publicRead',
},
{
name: 'Public Read Write',
value: 'publicReadWrite'
value: 'publicReadWrite',
},
],
default: 'private',
description: 'The canned ACL to apply to the object.'
description: 'The canned ACL to apply to the object.',
},
{
displayName: 'Grant Full Control',
@@ -399,7 +399,7 @@ export const fileFields = [
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
@@ -416,13 +416,13 @@ export const fileFields = [
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
],
binaryData: [
false
false,
],
},
},
@@ -438,13 +438,13 @@ export const fileFields = [
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
],
binaryData: [
true
true,
],
},
@@ -476,19 +476,19 @@ export const fileFields = [
options: [
{
name: 'Authenticated Read',
value: 'authenticatedRead'
value: 'authenticatedRead',
},
{
name: 'AWS Exec Read',
value: 'awsExecRead'
value: 'awsExecRead',
},
{
name: 'Bucket Owner Full Control',
value: 'bucketOwnerFullControl'
value: 'bucketOwnerFullControl',
},
{
name: 'Bucket Owner Read',
value: 'bucketOwnerRead'
value: 'bucketOwnerRead',
},
{
name: 'Private',
@@ -496,15 +496,15 @@ export const fileFields = [
},
{
name: 'Public Read',
value: 'publicRead'
value: 'publicRead',
},
{
name: 'Public Read Write',
value: 'publicReadWrite'
value: 'publicReadWrite',
},
],
default: 'private',
description: 'The canned ACL to apply to the object.'
description: 'The canned ACL to apply to the object.',
},
{
displayName: 'Grant Full Control',
@@ -705,7 +705,7 @@ export const fileFields = [
description: '',
},
],
}
},
],
description: 'Optional extra headers to add to the message (most headers are allowed).',
},
@@ -755,7 +755,7 @@ export const fileFields = [
displayOptions: {
show: {
operation: [
'download'
'download',
],
resource: [
'file',