Skip to content

Commit cac7293

Browse files
Fix lint warning
1 parent d6eb4e0 commit cac7293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ newSuite("fromJSON")
105105
options: json.options,
106106
nested: {}
107107
};
108+
// eslint-disable-next-line no-loop-func
108109
Object.keys(json).forEach(key => {
109110
jsonCopy.nested[key + i] = json[key];
110111
});

0 commit comments

Comments
 (0)