We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like my prettier to read all configs from my eslint. Is there a support for this issue. I haven't found in the doc.
The text was updated successfully, but these errors were encountered:
Hi @wellyal,
Thanks for raising this question, vim-prettier is a wrapper for prettier and will support all prettier API.
vim-prettier
prettier
The way we currently handle configuration is by passing to prettier itself the configuration file or where to find it, we do not read the config file.
For vim-prettier to start supporting .eslintintegration config files prettier itself will need to have support for it
.eslintintegration
Sorry, something went wrong.
No branches or pull requests
I would like my prettier to read all configs from my eslint. Is there a support for this issue. I haven't found in the doc.
The text was updated successfully, but these errors were encountered: