6 ms·
There are tools that can cover this. I'm curious, which tools can you use for this?
by Scriptor 14y ago
There are tools that can cover this.
I'm curious, which tools can you use for this?
- stcredzero 14y agoThere are tons of these. Pycharm and related IDEs have Lint style tools for Javascript, for example. If your needs aren't met by existing tools, you can also roll your own. Many Lint-style programs have ways of coding your own checks.