Skip to content

Commit ca93e52

Browse files
Trottruyadorno
authored andcommitted
tools: simplify eslint comma-dangle configuration (tools)
Remove the comma-dangle settings in tools/.eslintrc.yaml. They are duplicated in .eslintrc.js. PR-URL: #37883 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 2da532c commit ca93e52

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/.eslintrc.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ rules:
88
- properties: 'never'
99
ignoreDestructuring: true
1010
allow: ['child_process']
11-
comma-dangle:
12-
- error
13-
- arrays: 'always-multiline'
14-
objects: 'only-multiline'
15-
imports: 'only-multiline'
16-
exports: 'only-multiline'
1711
no-unused-vars: [error, { args: 'after-used' }]
1812
prefer-arrow-callback: error
1913
no-var: error

0 commit comments

Comments
 (0)