dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 4 forks source link

ESLint should report missing semicolons in JavaScript code #344

Closed pdawyndt closed 1 year ago

pdawyndt commented 1 year ago

ESLint does not report missing semicolons in JavaScript code. Expected that warnings should be added to source code in case of missing semicolons.

pdawyndt commented 1 year ago

Have we suppressed a lot of ESLint rules?