Skip to content

Commit 13a4f91

Browse files
committed
tools: simplify eslint comma-dangle configuration (tools)
Remove the comma-dangle settings in tools/.eslintrc.yaml. They are duplicated in .eslintrc.js.
1 parent f209087 commit 13a4f91

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)