Skip to content

Commit

Permalink
feat(gen): default Flow on
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Oct 12, 2017
1 parent d967554 commit 804a917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class Generator extends Base {
}, {
type: 'confirm',
name: 'flow',
default: false,
default: true,
message: 'Would you like to use Flow types with Babel?',
when: answers => answers.transpiler === 'babel'
}, {
Expand Down

0 comments on commit 804a917

Please sign in to comment.