From 70e3db34ec07e775087b826b4054c90fe426b50f Mon Sep 17 00:00:00 2001 From: Valeriy Shkiryak Date: Fri, 17 Oct 2014 11:46:19 +0400 Subject: [PATCH] Add code style checking library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81ff48e..313d1fc 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny ## QA Tools * [JSHint](https://github.com/jshint/jshint/) - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code. +* [jscs](https://github.com/jscs-dev/node-jscs) - JavaScript Code Style checker. * [jsfmt](https://github.com/rdio/jsfmt) - For formatting, searching, and rewriting JavaScript. * [buddy.js](https://github.com/danielstjules/buddy.js) - Magic number detection for JavaScript.