Hello,
previously we used TSLint validation in our project and it was working normally.
Recently we moved to ESlint as TSLint is deprecated now and is not working in my environment.
Same configuration works normally in VSCode editor, but not in Eclipse.
Validation config seems to be working. For Example if I make some mistake in .eslintrc.js file and start codemix validation I get ESLint error that for example there is unexpected top-level property.
But I dont see any errors/warnings in .ts or .tsx files.
Can you help me somehow to make ESLint rules work?