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
.prettierignore
Just wasted two hours trying to understand prettier errors. It's just unintuitive.
prettier
Meanwhile, realized that our ignore file with *.ipynn won't work (checked it with test.ipynb) https://github.com/RUB-EP1/amplitude-serialization/blob/main/.prettierignore
*.ipynn
test.ipynb
It seems that to ignore all notebooks, one has to write **/.ipynb https://prettier.io/docs/en/ignore
**/.ipynb
The text was updated successfully, but these errors were encountered:
Sorry to hear :( Strange that they write ".prettierignore uses gitignore syntax", in which case *.ipynb should be fine... Anyway, #81 fixes this.
*.ipynb
Sorry, something went wrong.
We may want to switch to Biome, one of the many upcoming Rust-based formatters that is faster than (in this case) Prettier.
redeboer
Successfully merging a pull request may close this issue.
Just wasted two hours trying to understand
prettier
errors. It's just unintuitive.Meanwhile, realized that our ignore file with
*.ipynn
won't work (checked it withtest.ipynb
)https://github.com/RUB-EP1/amplitude-serialization/blob/main/.prettierignore
It seems that to ignore all notebooks, one has to write
**/.ipynb
https://prettier.io/docs/en/ignore
The text was updated successfully, but these errors were encountered: