Skip to content

Commit 78d1ab6

Browse files
committed
Fix lint issues.
1 parent 911176b commit 78d1ab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmarks/compare/compare.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env node
22

3-
import yargs from 'yargs';
4-
import {hideBin} from 'yargs/helpers';
3+
import commonPathPrefix from 'common-path-prefix';
54
import {promises as fs} from 'node:fs';
5+
import {hideBin} from 'yargs/helpers';
66
import {markdownTable} from 'markdown-table';
7-
import commonPathPrefix from 'common-path-prefix';
7+
import yargs from 'yargs';
88

99
yargs(hideBin(process.argv))
1010
.alias('h', 'help')

0 commit comments

Comments
 (0)