0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/benchmark/es
Rich Trott 41e5253e7c benchmark: disable only the ESLint rule needing it
In the spread-assign.js benchmark file, all ESLint rules are disabled
for a line where only no-unused-vars needs to be disabled. This change
makes it so that the remaining rules are still applied to the line.

PR-URL: https://github.com/nodejs/node/pull/21133
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-06-06 21:03:32 -07:00
..
defaultparams-bench.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
destructuring-bench.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
destructuring-object-bench.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
foreach-bench.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
map-bench.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
restparams-bench.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
spread-assign.js benchmark: disable only the ESLint rule needing it 2018-06-06 21:03:32 -07:00
spread-bench.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
string-concatenations.js
string-repeat.js