Skip to content
Snippets Groups Projects
Commit 65cfe479 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

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

parent fde8ef06
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
"maxlen": 120,
"indent": 4,
"browser": true,
"laxbreak": true,
"globals": {
"console": true,
"it": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment