Skip to content

Commit 1812a89

Browse files
aduh95ruyadorno
authored andcommitted
doc: add lint rule to enforce trailing commas
PR-URL: #45471 Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 1277ffc commit 1812a89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+383
-382
lines changed

doc/.eslintrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ rules:
1515

1616
# Stylistic Issues
1717
no-multiple-empty-lines: [error, {max: 1, maxEOF: 0, maxBOF: 0}]
18+
comma-dangle: [error, always-multiline]

0 commit comments

Comments
 (0)