Recently, I discovered that TypeScript Linter does not have the max-statements rule checking feature natively. The ESLint version, on the other hand, includes it - see here.
Is there any polyfill or alternative solution available for implementing max statements checking in TypeScript?
Appreciate any guidance you can provide.