DEV Community

Discussion on: How to ensure the highest quality of Software code

Collapse
 
someshthakur profile image
Somesh Thakur • Edited

Yes, it's recommended to use ESLint. But we had already setup the project using TSLint and to migrate it, we faced many issues & it was slowing down the productivity of team. So it was decided that we will keep TSLint for now and once ESLint is stable enough to match our expectations, we will move on.