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

Commit

Permalink
work on #151: jscs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Grupp committed Mar 19, 2015
1 parent 94ce6ce commit 35436d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .jscsrc
Expand Up @@ -41,6 +41,7 @@
"disallowSpaceAfterObjectKeys": true,
"requireLineFeedAtFileEnd": true,
"requireSpacesInFunctionExpression": {
"beforeOpeningRoundBrace": true,
"beforeOpeningCurlyBrace": true
},
"validateJSDoc": {
Expand Down
2 changes: 1 addition & 1 deletion app/templates/gulp_tasks/watching.js
Expand Up @@ -29,7 +29,7 @@ var createConnectServer = function (paths) {
};
};

var open = function () {
var open = function () {
if (options.open !== false) {
opn('http://localhost:9000');
}
Expand Down
1 change: 1 addition & 0 deletions app/templates/jscsrc
Expand Up @@ -41,6 +41,7 @@
"disallowSpaceAfterObjectKeys": true,
"requireLineFeedAtFileEnd": true,
"requireSpacesInFunctionExpression": {
"beforeOpeningRoundBrace": true,
"beforeOpeningCurlyBrace": true
},
"validateJSDoc": {
Expand Down

0 comments on commit 35436d5

Please sign in to comment.