Skip to content

Commit

Permalink
fix: remove prettier path (#4)
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
Aharris88 authored and Kent C. Dodds committed Jan 23, 2017
1 parent 1a2408c commit 1a30513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"avatar_url": "https://avatars3.githubusercontent.com/u/3266363?v=3",
"profile": "https://github.com/aharris88",
"contributions": [
"code"
"review"
]
},
Expand Down
5 changes: 1 addition & 4 deletions src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ const parser = yargs
default: getPathInHostNodeModules('eslint'),
describe: 'The path to the eslint module to use',
},
prettierPath: {
default: getPathInHostNodeModules('prettier'),
describe: 'The path to the prettier module to use',
},
prettierPath: {describe: 'The path to the prettier module to use'},
log: {default: false, describe: 'Show logs'},
// TODO: if we allow people to to specify a config path,
// we need to read that somehow. These can come invarious
Expand Down

0 comments on commit 1a30513

Please sign in to comment.