👕 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

@@ -62,7 +62,7 @@ export const productFields = [
],
operation: [
'create',
]
],
},
},
description: 'Product name.',
@@ -420,7 +420,7 @@ export const productFields = [
default: '',
description: 'Product weight.',
},
]
],
},
{
displayName: 'Dimensions',
@@ -438,7 +438,7 @@ export const productFields = [
],
operation: [
'create',
]
],
},
},
description: 'Product dimensions',
@@ -488,7 +488,7 @@ export const productFields = [
],
operation: [
'create',
]
],
},
},
description: 'Product Image',
@@ -538,7 +538,7 @@ export const productFields = [
],
operation: [
'create',
]
],
},
},
description: 'Meta data',
@@ -945,7 +945,7 @@ export const productFields = [
default: '',
description: 'Product weight.',
},
]
],
},
{
displayName: 'Dimensions',
@@ -963,7 +963,7 @@ export const productFields = [
],
operation: [
'update',
]
],
},
},
description: 'Product dimensions',
@@ -1013,7 +1013,7 @@ export const productFields = [
],
operation: [
'update',
]
],
},
},
description: 'Product Image',
@@ -1063,7 +1063,7 @@ export const productFields = [
],
operation: [
'update',
]
],
},
},
description: 'Meta data',
@@ -1410,7 +1410,7 @@ export const productFields = [
default: 'simple',
description: 'Product type',
},
]
],
},
/* -------------------------------------------------------------------------- */
/* product:delete */