Skip to content

Commit

Permalink
enable laxbreak option in jshintrc to comply with our coding guide lines
Browse files Browse the repository at this point in the history
  • Loading branch information
blizzz committed Nov 4, 2014
1 parent fde8ef0 commit 65cfe47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"maxlen": 120,
"indent": 4,
"browser": true,
"laxbreak": true,
"globals": {
"console": true,
"it": true,
Expand Down

0 comments on commit 65cfe47

Please sign in to comment.