@d-healey This is the only mention of "linter" on the forum so far :D
I know nothing about how much effort implementing a linter would be, but even the low hanging fruit would save me a lot of development time. Yesterday I spent ages debugging a condition where I accidentally went if (var = 2) instead of if (var == 2).
I assume the ideal solution would be to adapt an existing linter, but maybe there's an easy way to do some basic checks until then?