Skip to content

Commit 328f189

Browse files
committed
Update grunt jscs
1 parent 4e7d258 commit 328f189

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.jscs.json

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"disallowSpacesInNamedFunctionExpression": {
3333
"beforeOpeningRoundBrace": true
3434
},
35-
"requireMultipleVarDecl": "onevar",
3635
"requireBlocksOnNewline": true,
3736
"disallowPaddingNewlinesInBlocks": true,
3837
"disallowEmptyBlocks": true,

Gruntfile.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ module.exports = function (grunt) {
139139
},
140140
jscs: {
141141
all: [
142-
'Gruntfile.js', 'moment.js', 'locale/**/*.js',
143-
'test/**/*.js', '!test/browser*.js'
142+
'Gruntfile.js',
143+
'tasks/**.js',
144+
'src/**/*.js'
144145
],
145146
options: {
146147
config: '.jscs.json'

0 commit comments

Comments
 (0)