Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use project's prettier config when basePath is provided #23

Open
jaredmcateer opened this issue Nov 10, 2023 · 0 comments
Open

Use project's prettier config when basePath is provided #23

jaredmcateer opened this issue Nov 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jaredmcateer
Copy link
Contributor

When providing the basePath in the Vuedc Options we infer the tsconfig.json project for better type inference (especially in regards to mixins) but we could also look for a prettier config file and use that instead of the default config used by Vuedc. I would like to keep this limited to an assumption based on this option rather than providing yet another separate option in order to keep complexity down to a "quick" vs "featureful" experience. When it comes down to it the end user can always run the output through their own projects formatter anyways.

@jaredmcateer jaredmcateer added the enhancement New feature or request label Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant