Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Efosaok committed Apr 16, 2018
1 parent 9a5b245 commit 2cd0321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rules": {
"one-var": 0,
"one-var-declaration-per-line": 0,
"max-len": [1, 80, 4],
"max-len": [1, 80, 4, { "ignoreStrings": true}],
"new-cap": 0,
"no-useless-escape": 0,
"consistent-return": 0,
Expand Down

0 comments on commit 2cd0321

Please sign in to comment.