Skip to content

Commit

Permalink
feature(package) gulp-jscs v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 16, 2015
1 parent 0f9032a commit a74731f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .jscsrc
@@ -1,11 +1,14 @@
{
"preset": "crockford",
"requireSpaceAfterKeywords": null,
"requireCapitalizedConstructors": null,
"requireSpaceAfterKeywords": false,
"requireCapitalizedConstructors": false,
"disallowTrailingWhitespace": "ignoreEmptyLines",
"disallowTrailingComma": null,
"validateIndentation": null,
"requireCurlyBraces": null,
"disallowTrailingComma": false,
"validateIndentation": false,
"requireCurlyBraces": false,
"requireSpacesInAnonymousFunctionExpression": {
"beforeOpeningCurlyBrace": true
},
"excludeFiles": [
"node_modules/**",
"modules/**",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"bower": "^1.5.1",
"bupdate": "~1.0.2",
"gulp": "^3.9.0",
"gulp-jscs": "^1.6.0",
"gulp-jscs": "~2.0.0",
"gulp-jshint": "^1.11.0",
"gulp-mocha": "~2.1.0",
"gulp-recess": "~1.1.1",
Expand Down

0 comments on commit a74731f

Please sign in to comment.