Skip to content

Commit f150ade

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.
1 parent 09b67bd commit f150ade

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/.eslintrc.yaml

Lines changed: 0 additions & 2 deletions
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)