-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Expose config.resolveConfigFile in API? #3451
Copy link
Copy link
Closed
Labels
area:apiIssues with Prettier's Application Programming InterfaceIssues with Prettier's Application Programming Interfacelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Metadata
Metadata
Assignees
Labels
area:apiIssues with Prettier's Application Programming InterfaceIssues with Prettier's Application Programming Interfacelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
We have this issue with
prettier-atomwhere it keeps using the cached config, even when the user modified their.prettierrcfile.We need the config file path if we want to watch it and clear the cache if it gets updated.
I wanted to check with you, if you see any downsides/caveats in exposing this method or if you think there could be a better solution.
Thanks!