Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-03-21 00:57:31 +0300
committerRich Trott <rtrott@gmail.com>2021-03-23 23:15:09 +0300
commit448158e0f87caec6fde76ee3c4aaf1da1c7aafc1 (patch)
treef8d48d2d0bdc4ab8f69da0c7bc082b5dcefdf72a /benchmark
parentd85e1f070302babcb4649eae8705103eb49db7ac (diff)
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>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/.eslintrc.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/benchmark/.eslintrc.yaml b/benchmark/.eslintrc.yaml
index 8ce0f9f6e14..6871299adec 100644
--- a/benchmark/.eslintrc.yaml
+++ b/benchmark/.eslintrc.yaml
@@ -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