-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: added linting to the project #45
Conversation
I'd prefer an unsquashed commit history with just 2 commits - one for the config changes and one for formatting. This is the general convention for formatting changes, so it's easier to see what was changed. Also, consider adding the commit where the code formatter actually runs to .git-blame-ignore-revs |
Right. I'll try doing that. |
@diivi, I've overwritten some changes that can't be undone in my local. I'll re-open the PR with your suggested changes. |
Anything is possible to unwrite with |
What type of PR is this? (check all applicable)
Description
This PR proposes the following changes:
lint
) and auto-fixing errors (lint:fix
). 1c48e95.--fix
. 0570c3e.Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings
Not applicable.
Added tests?
Added to documentation?