From 1a30513d63b98d5434bb55058a2eca2564e1084c Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Sun, 22 Jan 2017 19:12:37 -0700 Subject: [PATCH] fix: remove prettier path (#4) Closes #3 --- .all-contributorsrc | 1 + src/parser.js | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4fbd3c7..f2fff5e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -25,6 +25,7 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/3266363?v=3", "profile": "https://github.com/aharris88", "contributions": [ + "code" "review" ] }, diff --git a/src/parser.js b/src/parser.js index 101ea0b..a9733b8 100644 --- a/src/parser.js +++ b/src/parser.js @@ -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