prettier-cli icon indicating copy to clipboard operation
prettier-cli copied to clipboard

Ensure config passed via `--config-path` is resolved

Open tryone144 opened this issue 7 months ago • 0 comments

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.

tryone144 avatar Jul 03 '25 19:07 tryone144