Add support for prettier configuration file. (#886)

* Add support for prettier configuration file.

As of version 1.6.0, prettier allows passing a `--config` argument with
a path to a configuration file.

* Add test prettier configuration file.

* Add option to use local prettier configuration.

* Add description for new prettier option.

* Also check if the config is present before using it.
This commit is contained in:
aliou
2017-08-29 17:05:19 +02:00
committed by w0rp
parent 87fb72346a
commit b36882e72e
6 changed files with 88 additions and 1 deletions