diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 09:36:06 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:36:41 -0400 |
commit | 3d43f0d7a4ac799b756e500341beb02f439a8d6c (patch) | |
tree | 61d8ae5062225fc5b9651c3d09139ae1e20ff3f7 /Gruntfile.js | |
parent | eefe81bbeeb569c8fb7b5a513e40b43f50011c67 (diff) | |
download | jquery-ui-3d43f0d7a4ac799b756e500341beb02f439a8d6c.tar.gz jquery-ui-3d43f0d7a4ac799b756e500341beb02f439a8d6c.zip |
Build: Style updates
Ref #14246
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 7797b5c77..0370a9a94 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -139,7 +139,10 @@ grunt.initConfig({ jscs: { all: { options: { - requireCapitalizedComments: null + requireCapitalizedComments: null, + fix: true, + maxErrors: 5000000, + config: ".jscsrc" }, files: { src: [ "demos/**/*.js", "build/**/*.js", "tests/**/*.js", "ui/**/*.js" ] |