

2·
1 day agoWhat is the use case for linting typescript where tsc is unavailable? To avoid tsc compilation time if possible?
What is the use case for linting typescript where tsc is unavailable? To avoid tsc compilation time if possible?
Made this, hope it helps. https://ykrej.github.io/ServerPartDealsTable/
Makes sense. Reminds me of running ruff before the (very) slow type checker on my python projects.