I updated the following file ui.frontend/.eslintrc.jsand added the following entry"@typescript-eslint/no-var-requires": 0,Contents of the whole filemodule.exports = { parser: '@typescript-eslint/parser', // Specifies the ESLint parser extends: [ 'plugin:@typescript-eslint/recommended'...