You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add trailing commas to array elements to maintain consistency and make for prettier commits on users end
Trailing commas for array elements have become an standard because they allow other elements to be appended to the array and make for prettier (and more practical) diff messages.
Trailing commas where already used on other place for the documentation.
0 commit comments