Skip to content

Commit 3cf1df1

Browse files
committed
Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs
1 parent 806c2a4 commit 3cf1df1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,9 @@ grunt.initConfig({
135135
}
136136
},
137137

138-
// Remove the requireSpacesInsideParentheses override once everything is fixed
139138
jscs: {
140139
all: {
141140
options: {
142-
requireCapitalizedComments: null,
143-
fix: true,
144-
maxErrors: 5000000,
145141
config: ".jscsrc"
146142
},
147143
files: {

0 commit comments

Comments
 (0)