Especially after our recent programming session where we've only found out about
specific errors during runtime, I thought it's a good idea to have some checks
in advance.
Setup eslint with the helper tool
Setup eslint/prettier configuration
Lint code with GitHub actions
Add explicit jsconfig for JS checks
The GitHub Actions check is failing for a reason: the current code is totally broken :sweat_smile:
But since you are working on larger refactorings, I haven't fixed it.
I'd suggest that we merge this with the errors and continue to fix the issues in further pull requests. :3
Especially after our recent programming session where we've only found out about specific errors during runtime, I thought it's a good idea to have some checks in advance.
The GitHub Actions check is failing for a reason: the current code is totally broken :sweat_smile: But since you are working on larger refactorings, I haven't fixed it.
I'd suggest that we merge this with the errors and continue to fix the issues in further pull requests. :3