enable laxbreak option in jshintrc to comply with our coding guide lines
This commit is contained in:
parent
fde8ef0655
commit
65cfe4796d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
"maxlen": 120,
|
||||
"indent": 4,
|
||||
"browser": true,
|
||||
"laxbreak": true,
|
||||
"globals": {
|
||||
"console": true,
|
||||
"it": true,
|
||||
|
|
Loading…
Reference in a new issue