👕 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

@@ -184,7 +184,7 @@ export const orderFields = [
],
operation: [
'create',
]
],
},
},
description: 'Billing address',
@@ -274,7 +274,7 @@ export const orderFields = [
],
operation: [
'create',
]
],
},
},
description: 'Coupons line data',
@@ -343,7 +343,7 @@ export const orderFields = [
],
operation: [
'create',
]
],
},
},
description: 'Fee line data',
@@ -443,7 +443,7 @@ export const orderFields = [
],
operation: [
'create',
]
],
},
},
description: 'Line item data',
@@ -554,7 +554,7 @@ export const orderFields = [
],
operation: [
'create',
]
],
},
},
description: 'Meta data',
@@ -597,7 +597,7 @@ export const orderFields = [
],
operation: [
'create',
]
],
},
},
description: 'Shipping address',
@@ -675,7 +675,7 @@ export const orderFields = [
],
operation: [
'create',
]
],
},
},
description: 'Shipping line data',
@@ -890,7 +890,7 @@ export const orderFields = [
],
operation: [
'update',
]
],
},
},
description: 'Billing address',
@@ -980,7 +980,7 @@ export const orderFields = [
],
operation: [
'update',
]
],
},
},
description: 'Coupons line data',
@@ -1049,7 +1049,7 @@ export const orderFields = [
],
operation: [
'update',
]
],
},
},
description: 'Fee line data',
@@ -1149,7 +1149,7 @@ export const orderFields = [
],
operation: [
'update',
]
],
},
},
description: 'Line item data',
@@ -1260,7 +1260,7 @@ export const orderFields = [
],
operation: [
'update',
]
],
},
},
description: 'Meta data',
@@ -1303,7 +1303,7 @@ export const orderFields = [
],
operation: [
'update',
]
],
},
},
description: 'Shipping address',
@@ -1381,7 +1381,7 @@ export const orderFields = [
],
operation: [
'update',
]
],
},
},
description: 'Shipping line data',
@@ -1666,7 +1666,7 @@ export const orderFields = [
default: 'any',
description: 'Limit result set to orders assigned a specific status.',
},
]
],
},
/* -------------------------------------------------------------------------- */
/* order:delete */