From 157747456ba2dd14d2d849f79e355a93c6ed86c2 Mon Sep 17 00:00:00 2001 From: BrunoCartier Date: Mon, 8 Jun 2015 11:06:14 +0200 Subject: [PATCH] Add JSLint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 326c9c5..8be5e65 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [jsinspect](https://github.com/danielstjules/jsinspect) - Detect copy-pasted and structurally similar code. * [buddy.js](https://github.com/danielstjules/buddy.js) - Magic number detection for JavaScript. * [ESLint](https://github.com/eslint/eslint) - A fully pluggable tool for identifying and reporting on patterns in JavaScript. +* [JSLint](https://github.com/douglascrockford/JSLint) - High-standards, strict & opinionated code quality tool, aiming to keep only good parts of the language. ## MVC Frameworks and Libraries