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
We have this line in our prettier config that was added during the tailwind install https://github.com/neurobagel/query-tool/blame/99fc5c019054aff221280b37ab1a09886721134a/.prettierrc.json#L9-L11
When I run prettier locally, I get a bunch of:
[warn] Ignored unknown option { corePlugins: { preflight: false } }
Warnings. They don't do anything, but they look ugly - and this could be prettier 🥁
I also can't find this corePlugins section referenced anywhere in the docs for tailwind or the tailwind prettier plugin: https://github.com/tailwindlabs/prettier-plugin-tailwindcss?tab=readme-ov-file#installation
corePlugins
So I think we could just remove this
The text was updated successfully, but these errors were encountered:
This is from the mui docs, see https://mui.com/material-ui/integrations/interoperability/#tailwind-css and we may have copy pasted this from the tailwind config during setup
I believe we can remove it from prettierrc.json
prettierrc.json
Sorry, something went wrong.
prettier
🚀 Issue was released in v0.2.0 🚀
v0.2.0
rmanaem
Successfully merging a pull request may close this issue.
We have this line in our prettier config that was added during the tailwind install
https://github.com/neurobagel/query-tool/blame/99fc5c019054aff221280b37ab1a09886721134a/.prettierrc.json#L9-L11
When I run prettier locally, I get a bunch of:
Warnings. They don't do anything, but they look ugly - and this could be prettier 🥁
I also can't find this
corePlugins
section referenced anywhere in the docs for tailwind or the tailwind prettier plugin: https://github.com/tailwindlabs/prettier-plugin-tailwindcss?tab=readme-ov-file#installationSo I think we could just remove this
The text was updated successfully, but these errors were encountered: