summaryrefslogtreecommitdiff
path: root/test/prettier-test-files/with_config/testfile.js
AgeCommit message (Collapse)Author
2017-08-29Add support for prettier configuration file. (#886)aliou
* 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.