Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Henke committed Jul 29, 2013
1 parent f9c6247 commit f72a77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"disallowMultipleLineBreaks": true,
"disallowKeywordsOnNewLine": [ "else" ],
"requireKeywordsOnNewLine": [],
"requireSpacesInsideArrayBrackets": "all",
"validateJSDoc": {
"checkParamNames": true,
"checkRedundantParams": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-jscs-checker",
"description": "Grunt task for checking JavaScript Code Style with jscs.",
"version": "0.1.3",
"version": "0.1.4",
"author": {
"name": "Gustavo Henke",
"url": "https://github.com/gustavohenke"
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/gustavohenke/grunt-jscs-checker/issues"
},
"dependencies": {
"jscs": "1.0.1"
"jscs": "1.0.2"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0"
Expand Down

0 comments on commit f72a77a

Please sign in to comment.