enable laxbreak option in jshintrc to comply with our coding guide lines

This commit is contained in:
Arthur Schiwon 2014-11-04 12:51:54 +01:00
parent fde8ef0655
commit 65cfe4796d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
"maxlen": 120,
"indent": 4,
"browser": true,
"laxbreak": true,
"globals": {
"console": true,
"it": true,