Skip to content
forked from jslint-org/jslint

A fork of JSLint to make it easier to include JSLint in other tools

Notifications You must be signed in to change notification settings

JoachimK/JSLint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

This is a fork of

JSLint, The JavaScript Code Quality Tool

originally by Douglas Crockford.

For more information about JSLint visit the original repository or the website.

The main reason for this fork was to be able to use JSLint in an extension for Adobe Brackets which includes this repository as a submodule. You can find the extension here: https://github.com/JoachimK/brackets-continuous-compilation

To make it easier to integrate, I modified the original implementation to work as a require.js module.

I also plan to make some changes to the JSLint function (mainly add information to the error objects) to make it more useful as an API for other tools wanting to report the errors in different ways.

I you can make use of any of this feel free to fork the repo.

About

A fork of JSLint to make it easier to include JSLint in other tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%