Skip to content

Commit

Permalink
.eslintrc.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Mar 6, 2019
1 parent e1fb59c commit 13b9178
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 @@ -26,7 +26,7 @@
"eol-last": 2,
"eqeqeq": [2, "always"],
"guard-for-in": 2,
"indent": [2, 2, {"SwitchCase": 1}],
"indent": [2, 2, {"MemberExpression": "off", "SwitchCase": 1}],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"keyword-spacing": 2,
"linebreak-style": [2, "unix"],
Expand Down

0 comments on commit 13b9178

Please sign in to comment.