|
Answer» The following tools are very popular:- - ESLint:- This is ALSO an open source linting utility which helps DEVELOPER to overcome very common errors and also provides flexibility to developers for creating their own linting rules.
- JSCS:- This is also a code style linter tool which was merged with ESLint in April 2016.
- JSLint :- JSLint is a code quality tool that takes a JAVASCRIPT source and scans it. On the off chance that it finds an issue, it restores a message portraying the issue and a surmised area inside the source. The issue isn't always a syntax error, despite the FACT that it frequently is.JSLint sees some style conventions just as auxiliary issues.
- JSHint:- this is a STATIC Code Analysis Tool for JavaScript. JSHint is a network driven instrument that identifies mistakes and potential issues in JavaScript code. Since JSHint is so adaptable, you can, without much of a stretch, alter it in the nature you anticipate that your code should execute. JSHint is open source and will consistently remain along these lines.
|