👕 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

@@ -180,13 +180,13 @@ export const issueFields = [
options: [
{
name: '14 Days',
value: '14d'
value: '14d',
},
{
name: '24 Hours',
value: '24h'
value: '24h',
},
]
],
},
{
displayName: 'Short ID lookup',
@@ -195,7 +195,7 @@ export const issueFields = [
default: true,
description: 'If this is set to true then short IDs are looked up by this function as well. This can cause the return value of the function to return an event issue of a different project which is why this is an opt-in',
},
]
],
},
/* -------------------------------------------------------------------------- */
/* issue:update */
@@ -279,22 +279,22 @@ export const issueFields = [
options: [
{
name: 'Ignored',
value: 'ignored'
value: 'ignored',
},
{
name: 'Resolved',
value: 'resolved'
value: 'resolved',
},
{
name: 'Resolved Next Release',
value: 'resolvedInNextRelease'
value: 'resolvedInNextRelease',
},
{
name: 'Unresolved',
value: 'unresolved'
value: 'unresolved',
},
]
],
},
]
],
},
] as INodeProperties[];