-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
🐞[infra]: weird behaviour by commit hook #956
Comments
that's the |
This needs to be fixed, feel free to send a PR |
This is because of the prettier config and eslint config being conflicting for some reason, would encourage to explore the properties which are conflicting and then only enabling one of them. Would also make #938 easy to solve |
@evenstensberg I shall go ahead if this is still open to be worked on 👏 |
Go for it! |
To solve the issue, just follow the instructions here: |
Describe the bug
After commit, the code gets automatically formatted and linting throws an error in weird characters.
What is the current behavior?
Error and bad linting.
To Reproduce
Steps to reproduce the behavior:
git commit
yarn lint
throws error because of bad auto linting.Expected behavior
No formatting after commit
Screenshots
The text was updated successfully, but these errors were encountered: