/LintRoller

Because no one likes lint. Especially in JavaScript.

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

OVERVIEW:

LintRoller is a Node.js module that recursively dives into a directory and lints your JavaScript and HTML files.

  • Available linting platforms include:

    • JSLint
    • JSHint
    • Esprima
    • W3C HTML validator
  • An example shell script (test.sh, test.bat) is provided to run the test.js demo.

View the full API documentation.

Also see the NPM page for more details.