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 b1f853b commit 353ac74Copy full SHA for 353ac74
src/commands/lint.js
@@ -82,8 +82,6 @@ exports.run = (options) => {
82
choices: Object.keys(choices)
83
}
84
inquirer.prompt([question]).then(function(answers) {
85
- console.log(answers.configType)
86
-
87
const configContent = JSON.stringify(choices[answers.configType], null, ' ')
88
89
fs.writeFile('.eslintrc.json', configContent, function (err) {
0 commit comments