File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 12
12
"requireSpacesInAnonymousFunctionExpression" : {
13
13
"beforeOpeningCurlyBrace" : true
14
14
},
15
- "disallowTrailingComma" : true ,
16
- "requireMultipleVarDecl" : " onevar" ,
17
- "disallowTrailingWhitespace" : true ,
18
- "validateQuoteMarks" : " \" " ,
19
- "requireSpacesInsideArrayBrackets" : " allButNested" ,
20
15
"excludeFiles" : [
21
16
" node_modules/**" ,
22
17
" dist/**"
Original file line number Diff line number Diff line change @@ -158,15 +158,7 @@ grunt.initConfig({
158
158
}
159
159
} ,
160
160
jscs : {
161
- core : {
162
- src : "<%= jshint.core.src %>"
163
- } ,
164
- test : {
165
- src : "<%= jshint.test.src %>"
166
- } ,
167
- grunt : {
168
- src : "<%= jshint.grunt.src %>"
169
- }
161
+ all : [ "<%= jshint.core.src %>" , "<%= jshint.test.src %>" , "<%= jshint.grunt.src %>" ]
170
162
} ,
171
163
copy : {
172
164
dist : {
Original file line number Diff line number Diff line change 36
36
"grunt-contrib-qunit" : " 0.4.0" ,
37
37
"grunt-contrib-uglify" : " 0.4.0" ,
38
38
"grunt-contrib-watch" : " 0.6.0" ,
39
- "grunt-jscs-checker " : " ^0.4.4 " ,
39
+ "grunt-jscs" : " ^0.6.1 " ,
40
40
"grunt-text-replace" : " 0.3.11"
41
41
},
42
42
"keywords" : [
You can’t perform that action at this time.
0 commit comments