prettier-cli
prettier-cli copied to clipboard
Ensure config passed via `--config-path` is resolved
Normalize the configuration that is passed via the --config-path cli option on load (previously only the automatically loaded files were normalized).
Resolve the manually loaded config against the current file to take the overrides directives into account.
This should fix the underlying issue raised in #70.
I am open for suggestion on the naming of these functions and types.