-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ci: added eslint checks for ui #244
Conversation
Sounds great, @FabienArcellier thoughts? @raaymax What were the issues from the previous PR that the linter would have caught? (just curious) |
Now as I review this PR, there isn't really much there. Actually, just console.log. Anyway, in the meantime, I fixed more things on my own, which is why it seemed like there was more. |
From all this changes I only added missing |
Hey @raaymax are we good to merge this? |
If @FabienArcellier doesn't have any more comments, then yes. |
On previous PR we lost some time fixing issues that should be handled by linter.
I checked and noticed that eslint was not working in the project so i fixed it.
Additionally added GH actions workflow for lint checking