chore: add trailingComma
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
export const LIMIT_TYPE = {
|
||||
QUOTA_LIMIT: 0,
|
||||
STOCK_LIMIT: 1
|
||||
STOCK_LIMIT: 1,
|
||||
};
|
||||
|
||||
export const UNSELECTED_SKU_VALUE_ID = '';
|
||||
|
||||
export default {
|
||||
LIMIT_TYPE,
|
||||
UNSELECTED_SKU_VALUE_ID
|
||||
UNSELECTED_SKU_VALUE_ID,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user