Skip to content

Commit

Permalink
require semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert-Jan Nijburg committed Jun 2, 2015
1 parent e735f1f commit 12613c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"try",
"catch"
],
"requireKeywordsOnNewLine": ["else"],
"requireSemicolons": true,
"disallowNewlineBeforeBlockStatements": true,
"excludeFiles": [
"src/tokenize.js",
Expand Down

0 comments on commit 12613c9

Please sign in to comment.