Skip to content

Commit 353ac74

Browse files
committed
fix(lint): remove log
1 parent b1f853b commit 353ac74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/lint.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ exports.run = (options) => {
8282
choices: Object.keys(choices)
8383
}
8484
inquirer.prompt([question]).then(function(answers) {
85-
console.log(answers.configType)
86-
8785
const configContent = JSON.stringify(choices[answers.configType], null, ' ')
8886

8987
fs.writeFile('.eslintrc.json', configContent, function (err) {

0 commit comments

Comments
 (0)