hawkins / prettier-webpack-plugin

Process your Webpack dependencies with Prettier
https://travis-ci.org/hawkins/prettier-webpack-plugin
50 stars 14 forks source link

Add `configFile` option #33

Closed jasonsalzman closed 6 years ago

jasonsalzman commented 6 years ago

this will allow users to specify their project's prettier config file (ex. .prettierrc) and utilize those options for the plugin instead of hardcoding again within the instantiation

hawkins commented 6 years ago

This looks great! 👍 Thanks for the solid PR, Jason!

Is there anything else you wanted to add/change before we merge this in?

jasonsalzman commented 6 years ago

Awesome! Definitely all good from my side.

hawkins commented 6 years ago

Good catch on the all contribs- thanks! Merging this now.