We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d50b01 commit ab66b7dCopy full SHA for ab66b7d
src/lib/circle.js
@@ -33,7 +33,7 @@ const circleConfig = {
33
},
34
};
35
36
-function getUserInput(info) {
+function getUserInput(info) { // eslint-disable-line no-unused-vars
37
return inquirer.prompt([
38
{
39
type: 'input',
0 commit comments