# JS-JSLint
**Repository Path**: mirrors_gitpan/JS-JSLint
## Basic Information
- **Project Name**: JS-JSLint
- **Description**: Read-only release history for JS-JSLint
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-10-20
- **Last Updated**: 2025-08-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
NAME
JS-JSLint - JSLint (for JS): The JavaScript code quality tool
VERSION
This document describes JS-JSLint version 0.03.
SYNOPSIS
var result = JSLINT(source, options);
DESCRIPTION
JSLint is a code quality tool for JavaScript. This distribution packages
JSLint version 2011-11-16 for use with the JS framework on CPAN.
SEE ALSO
* JS
* JSLint:
* JSLint repository:
* JavaScript::JSLint
AUTHORS
Nick Patch is the packager of JS-JSLint
Douglas Crockford is the author of JSLint
COPYRIGHT & LICENSE
Copyright 2011 Nick Patch
This program is free software; you can redistribute it and/or modify it
under the same terms as JSLint itself.