mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00: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
d85e1f0703
commit
448158e0f8
@ -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