mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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: https://github.com/nodejs/node/pull/37850 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
0fdb5d59f7
commit
f7c14e86a7
|
|
@ -6,10 +6,4 @@ env:
|
|||
|
||||
rules:
|
||||
no-var: error
|
||||
comma-dangle:
|
||||
- error
|
||||
- arrays: 'always-multiline'
|
||||
objects: 'only-multiline'
|
||||
imports: 'only-multiline'
|
||||
exports: 'only-multiline'
|
||||
prefer-arrow-callback: error
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user