From 3cf1df12c6e1c4fdb313294a6b25a13c285f72b7 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Mon, 24 Aug 2015 23:12:21 -0400 Subject: Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs --- Gruntfile.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Gruntfile.js') 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: { -- cgit v1.2.3