Skip to content

Commit 009adc7

Browse files
aduh95danielleadams
authored andcommitted
doc: add lint rule to enforce trailing commas
PR-URL: #45471 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent fac1f1b commit 009adc7

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

+382
-381
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)