Description
JavaScript files can be checked from the command line with JSLint rules. It helps developers catch style, correctness, and maintainability issues in scripts during local work or automated builds.
Lint results reflect one strict rule set and may not match every project style. Treat warnings as review input and run the project's own tests before changing behavior.