Skip to content

Commit dbc4804

Browse files
Trottruyadorno
authored andcommitted
tools: simplify eslint comma-dangle configuration
Remove comma-dangle settings in benchmark/.eslintrc.yaml as they are the same as what is set in .eslintrc.js. PR-URL: #37850 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 86bf341 commit dbc4804

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

benchmark/.eslintrc.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ env:
66

77
rules:
88
no-var: error
9-
comma-dangle:
10-
- error
11-
- arrays: 'always-multiline'
12-
objects: 'only-multiline'
13-
imports: 'only-multiline'
14-
exports: 'only-multiline'
159
prefer-arrow-callback: error

0 commit comments

Comments
 (0)