chore: update to eslint 9
[benchmarks-js.git] / deep-merge-object.mjs
index a33dc2160d1b3547f89d0d54adf63d585861bfb8..b36b800057c452f665c66cca7e048e98fb30897f 100644 (file)
@@ -1,4 +1,3 @@
-/* eslint-disable no-unused-vars */
 import deepMerge from 'deepmerge'
 import _ from 'lodash'
 import { mergeDeepRight } from 'rambda'
@@ -27,5 +26,5 @@ group(
 )
 
 await run({
-  units: true
+  units: true,
 })