-
Notifications
You must be signed in to change notification settings - Fork 6
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
144-FEATURE-Improve-code-formatting-and-linting #150
144-FEATURE-Improve-code-formatting-and-linting #150
Conversation
NOTE: Do not merge this PR yet. First check if these settings work with your editor and general coding style. If so, we need to run prettier on every single file in the repo before merging - it will change almost every file which will make it hard to figure out changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can now be merged when ready
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When approved I mean!
I've created a setup for linting and prettier. Note that I have run prettier on all files, but not fixed any lint errors. That would be best to do on a file by file basis
Fixes #144