I'm seeing ESLint/VSCode errors during automatic testing that I cannot see in my editor

Your editor may use different and/or outdated versions of ESLint and TypeScript.

For example, VSCode will use your globally installed version of eslint and you may need to upgrade it (`npm install -g eslint')