👕 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

@@ -28,7 +28,7 @@ export class MySql implements INodeType {
{
name: 'mySql',
required: true,
}
},
],
properties: [
{
@@ -69,7 +69,7 @@ export class MySql implements INodeType {
displayOptions: {
show: {
operation: [
'executeQuery'
'executeQuery',
],
},
},
@@ -90,7 +90,7 @@ export class MySql implements INodeType {
displayOptions: {
show: {
operation: [
'insert'
'insert',
],
},
},
@@ -105,7 +105,7 @@ export class MySql implements INodeType {
displayOptions: {
show: {
operation: [
'insert'
'insert',
],
},
},
@@ -125,7 +125,7 @@ export class MySql implements INodeType {
displayOptions: {
show: {
operation: [
'update'
'update',
],
},
},
@@ -140,7 +140,7 @@ export class MySql implements INodeType {
displayOptions: {
show: {
operation: [
'update'
'update',
],
},
},
@@ -155,7 +155,7 @@ export class MySql implements INodeType {
displayOptions: {
show: {
operation: [
'update'
'update',
],
},
},
@@ -164,7 +164,7 @@ export class MySql implements INodeType {
description: 'Comma separated list of the properties which should used as columns for rows to update.',
},
]
],
};