Skip to content

Commit

Permalink
Remove explicit --config for prettier
Browse files Browse the repository at this point in the history
Since we're using the default config file name, it should be found
without needing to specify.
  • Loading branch information
Graham42 committed Oct 29, 2017
1 parent f5bde2f commit 6968cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"BABEL_ENV=production webpack --config webpack.config.production.js && node pre-render.js",
"lint": "eslint .",
"test": "karma start --single-run --browsers PhantomJS",
"pretty": "prettier --write --config .prettierrc \"app/scripts/**/*.js\""
"pretty": "prettier --write \"app/scripts/**/*.js\""
}
}

0 comments on commit 6968cc6

Please sign in to comment.