diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 23:12:21 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:36:41 -0400 |
commit | 3cf1df12c6e1c4fdb313294a6b25a13c285f72b7 (patch) | |
tree | 3e1b2a1e2b327fa945962d6eb656278b90909d63 /Gruntfile.js | |
parent | 806c2a46065bab0ee732a6e1d4141b25dc9a7bc6 (diff) | |
download | jquery-ui-3cf1df12c6e1c4fdb313294a6b25a13c285f72b7.tar.gz jquery-ui-3cf1df12c6e1c4fdb313294a6b25a13c285f72b7.zip |
Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 0370a9a94..5cb98266a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -135,13 +135,9 @@ grunt.initConfig({ } }, - // Remove the requireSpacesInsideParentheses override once everything is fixed jscs: { all: { options: { - requireCapitalizedComments: null, - fix: true, - maxErrors: 5000000, config: ".jscsrc" }, files: { |