Skip to content

Commit

Permalink
tools: apply consistent comma-dangle lint rule
Browse files Browse the repository at this point in the history
Use comma-dangle settings from the rest of the code base on tests as
well.

PR-URL: #37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
  • Loading branch information
Trott committed Apr 2, 2021
1 parent 330f25e commit e67fb56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ env:
es6: true

rules:
# For now, comma-dangle is more lenient in the test directory than elsewhere.
comma-dangle: ["error", "only-multiline"]
no-var: error
prefer-const: error
symbol-description: off
Expand Down

0 comments on commit e67fb56

Please sign in to comment.