Navigation Menu

Skip to content

Commit

Permalink
tools: simplify eslint comma-dangle configuration
Browse files Browse the repository at this point in the history
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 <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and targos committed Jun 11, 2021
1 parent 0fdb5d5 commit f7c14e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions benchmark/.eslintrc.yaml
Expand Up @@ -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

0 comments on commit f7c14e8

Please sign in to comment.