Add indent rule to .eslintrc.json

This commit is contained in:
RyanZim
2016-09-01 20:56:51 -04:00
parent 3028f435cc
commit 037ffc1d0e

View File

@@ -10,6 +10,10 @@
"error",
"unix"
],
"indent": [
"error",
2
],
"quotes": [
"error",
"single",