👕 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

@@ -131,7 +131,7 @@ export const streamFields = [
required: true,
default: '',
description: 'Description of Subscription.',
}
},
],
},
],
@@ -205,7 +205,7 @@ export const streamFields = [
required: true,
default: '',
description: 'Principal email address.',
}
},
],
},
],
@@ -220,21 +220,21 @@ export const streamFields = [
{
name: '1',
value: 1,
description: 'Any user can post.'
description: 'Any user can post.',
},
{
name: '2',
value: 2,
description: 'Only administrators can post.'
description: 'Only administrators can post.',
},
{
name: '3',
value: 3,
description: 'Only new members can post.'
description: 'Only new members can post.',
},
],
}
]
},
],
},
/* -------------------------------------------------------------------------- */
@@ -292,7 +292,7 @@ export const streamFields = [
default: true,
description: 'Include all streams that the user is subscribed to.',
},
]
],
},
/* -------------------------------------------------------------------------- */
@@ -321,8 +321,8 @@ export const streamFields = [
type: 'boolean',
default: true,
description: 'Whether each returned stream object should include a subscribers field containing a list of the user IDs of its subscribers.',
}
]
},
],
},
/* -------------------------------------------------------------------------- */
@@ -421,7 +421,7 @@ export const streamFields = [
type: 'string',
default: '',
description: 'The new description for the stream.',
placeholder: 'Place of discussion'
placeholder: 'Place of discussion',
},
{
displayName: 'Is Private',
@@ -443,7 +443,7 @@ export const streamFields = [
type: 'string',
default: '',
description: 'The new name for the stream.',
placeholder: 'Italy'
placeholder: 'Italy',
},
{
displayName: 'Stream Post Policy',
@@ -455,21 +455,21 @@ export const streamFields = [
{
name: '1',
value: 1,
description: 'Any user can post.'
description: 'Any user can post.',
},
{
name: '2',
value: 2,
description: 'Only administrators can post.'
description: 'Only administrators can post.',
},
{
name: '3',
value: 3,
description: 'Only new members can post.'
description: 'Only new members can post.',
},
],
},
]
],
},
/* -------------------------------------------------------------------------- */
/* stream:delete */