-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
docsIssues that require a documentation improvementIssues that require a documentation improvement
Description
Problem
The style guide for Javascript says:
- Don't use trailing commas after last elements of arrays and objects.
but the given example is full of trailing commas:
cube/docs/pages/product/data-modeling/recipes/style-guide.mdx
Lines 308 to 312 in 266406c
| total_orders_amount: { | |
| sql: `${lifetime_value}`, | |
| type: `sum`, | |
| }, | |
| }, |
Metadata
Metadata
Assignees
Labels
docsIssues that require a documentation improvementIssues that require a documentation improvement