Skip to content

Commit

Permalink
feature(package) jscs v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Apr 18, 2016
1 parent 33600a5 commit aed0898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"requireCapitalizedConstructors": false,
"disallowTrailingWhitespace": "ignoreEmptyLines",
"disallowTrailingComma": false,
"disallowUnusedVariables": true,
"validateIndentation": false,
"requireCurlyBraces": false,
"requireVarDeclFirst": false,
"requireMultipleVarDecl": false,
"requireUseStrict": true,
"requireSpacesInAnonymousFunctionExpression": {
"beforeOpeningCurlyBrace": true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"coveralls": "^2.11.6",
"jscs": "^2.7.0",
"jscs": "~3.0.3",
"jshint": "^2.8.0",
"mkdirp": "^0.5.1",
"npm-run-all": "^1.4.0",
Expand Down

0 comments on commit aed0898

Please sign in to comment.