build(deps-dev): apply updates
[benchmarks-js.git] / shallow-clone-object.mjs
index f5c79c3bf6542e08d246b3df2012a928eef17a58..70b14d98a6c25dc5860d5eba4e36b4f1ccd8765d 100644 (file)
@@ -1,4 +1,3 @@
-/* eslint-disable no-unused-vars */
 import _ from 'lodash'
 import { assoc } from 'rambda'
 import { bench, group, run } from 'tatami-ng'
@@ -23,5 +22,5 @@ group(`Shallow clone object with ${Object.keys(object).length} keys`, () => {
 })
 
 await run({
-  units: true
+  units: true,
 })