Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Nov 27, 2023
1 parent 9342468 commit 95d5e6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions benchmark/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ module.exports = {
"devDependencies": ["**/*.test.ts"]
}
],
"no-plusplus": "off",
"no-continue": "off",
"no-param-reassign": "off",
"no-restricted-syntax": "off",
"no-bitwise": "off",
"prefer-template": "off"
}
};
2 changes: 1 addition & 1 deletion benchmark/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Object.entries(fixtures).forEach(([key, value]) => {
add.skip(name, () => {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
const sampleOutput = utils.toString(getData());
return () => {
return (): void => {
utils.fromString(sampleOutput);
};
})
Expand Down

0 comments on commit 95d5e6b

Please sign in to comment.