Skip to content

Commit e67fb56

Browse files
committed
tools: apply consistent comma-dangle lint rule
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>
1 parent 330f25e commit e67fb56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/.eslintrc.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ env:
55
es6: true
66

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

0 commit comments

Comments
 (0)