Skip to content

Commit

Permalink
Add indent rule to .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Sep 2, 2016
1 parent 3028f43 commit 037ffc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"error",
"unix"
],
"indent": [
"error",
2
],
"quotes": [
"error",
"single",
Expand Down

0 comments on commit 037ffc1

Please sign in to comment.