Skip to content

Commit

Permalink
fix(project create): remove tslint prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Nov 2, 2019
1 parent 946f7ef commit 3bb7a3b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/@nodepack/cli/src/lib/createModules/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ module.exports = api => {
group: featureName,
})

api.injectPrompt({
name: 'useTsLint',
when: answers => answers.features.includes('ts'),
type: 'confirm',
message: 'Use TS Lint',
// @ts-ignore
description: 'Checks for code quality and style.',
default: true,
// @ts-ignore
group: featureName,
})

api.onPromptComplete((answers, preset) => {
if (answers.features.includes('ts')) {
// @ts-ignore
Expand Down

0 comments on commit 3bb7a3b

Please sign in to comment.