Maven plugins to analyze javascript code quality

后端 未结 10 2027
清歌不尽
清歌不尽 2020-12-24 08:00

Javascript code can be tough to maintain.
I am looking for tools that will help me ensure a reasonable quality level.
So far I have found JsUNit, a very nice unit te

10条回答
  •  囚心锁ツ
    2020-12-24 08:24

    Wro4j-maven-plugin provides several goals for static code analysis for JavaScript and CSS resources as well, like: jslint, jshint and csslint

    Here is a link to the official Wro4j-maven-plugin documentation.

提交回复
热议问题