S
S
Svyatoslav Khusamov2018-09-19 16:56:20
JavaScript
Svyatoslav Khusamov, 2018-09-19 16:56:20

Is there a PMD equivalent for JavaScript?

Is there a PMD equivalent ( https://pmd.github.io/) for JavaScript?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Bille, 2018-09-19
@khusamov

It's written on github
About
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript , Salesforce.com Apex and Visualforce, PLSQL, Apache Velocity, XML, XSL.
If you need a static code analyzer, then look towards ESLint and JSLint

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question