Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aduh95 authored and ruyadorno committed Nov 21, 2022
1 parent 1277ffc commit 1812a89
Show file tree
Hide file tree
Showing 45 changed files with 383 additions and 382 deletions.
1 change: 1 addition & 0 deletions doc/.eslintrc.yaml
Expand Up @@ -15,3 +15,4 @@ rules:

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

0 comments on commit 1812a89

Please sign in to comment.