We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fefcfee + da02f9b commit d3105ccCopy full SHA for d3105cc
2 files changed
.eslintignore
@@ -0,0 +1,2 @@
1
+node_modules/**/*
2
+src/dashboard/build/*
src/cli.js
@@ -86,7 +86,7 @@ async function getInput (options) {
86
}
87
88
89
-async function main () {
+async function main () { // eslint-disable-line no-unused-vars
90
(program
91
.name('hyper-recent')
92
.description('A CLI to do hyper-recent feed analysis')
@@ -116,5 +116,3 @@ async function main () {
116
117
await program.parseAsync();
118
119
-
120
-// main();
0 commit comments