diff options
author | Oleg <markelog@gmail.com> | 2013-09-13 00:51:59 +0400 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-11-07 20:58:27 +0100 |
commit | 5ce0b342577076a4355ba1bb0ad0aef98261f236 (patch) | |
tree | 53367bee5ebfc59a228963742f34ce71996b2658 /package.json | |
parent | ee0d0e6e3f3773d15d3b9c3d654a05cbb914d7ab (diff) | |
download | jquery-5ce0b342577076a4355ba1bb0ad0aef98261f236.tar.gz jquery-5ce0b342577076a4355ba1bb0ad0aef98261f236.zip |
Fix #12757 - use jscs to check the style guide
Close gh-1396
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 82ee4a6f0..57ab77d59 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-watch": "~0.5.3", "grunt-git-authors": "~1.2.0", + "grunt-jscs-checker": "~0.2.3", "grunt-jsonlint": "~1.0.1", "gzip-js": "0.3.2", "testswarm": "~1.1.0", |