Skip to content

Commit

Permalink
Disable parsing of prettier CLI option (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg authored and sindresorhus committed Feb 14, 2018
1 parent 56d9891 commit 71036d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ const cli = meow(`
// type: 'boolean',
// default: true
// },
prettier: {
type: 'boolean'
},
// prettier: {
// type: 'boolean'
// },
nodeVersion: {
type: 'string'
},
Expand Down

0 comments on commit 71036d1

Please sign in to comment.