diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-08-13 18:29:28 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-08-14 14:12:12 +0200 |
commit | 54004c85d02ba5688549736e0fb8f883c88b668b (patch) | |
tree | 32d6998cac3b0772488cb5ed2dbb77b9eae66e1d /package.json | |
parent | ba5a60efa17671760ebb8d53f4f21e78b2d59082 (diff) | |
download | jquery-ui-54004c85d02ba5688549736e0fb8f883c88b668b.tar.gz jquery-ui-54004c85d02ba5688549736e0fb8f883c88b668b.zip |
Build: Update jscs and fix some code style issues
Disables the checks for casing and line length, since those need a lot
more effort to address. For variable naming the fix isn't obvious to me.
There's way too many lines over 100 chars.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 515b7efea..8fdf70bd3 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "grunt-esformatter": "0.2.0", "grunt-git-authors": "1.2.0", "grunt-html": "1.0.0", - "grunt-jscs-checker": "0.3.1", + "grunt-jscs": "0.6.2", "load-grunt-tasks": "0.3.0", "rimraf": "2.1.4", "testswarm": "1.1.0" |