Skip to content

Commit 62ed1ff

Browse files
author
Paul Vecchio
committed
Fix linting errors that I don't see on my side?
1 parent 4b1e9d3 commit 62ed1ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ const cli = meow(`
99
$ lint-diff HEAD~1..HEAD
1010
$ lint-diff master..my-branch
1111
`, {
12-
flags: {
13-
ext: { type: 'string' },
14-
},
15-
})
12+
flags: {
13+
ext: { type: 'string' },
14+
},
15+
})
1616

1717
run(cli.input[0], cli.flags.ext)

0 commit comments

Comments
 (0)