restore indent lint setting

This commit is contained in:
Guillermo Rauch 2017-01-09 19:48:32 -08:00
parent fe00d27325
commit 928a9275cd

View file

@ -24,7 +24,6 @@
"rules": { "rules": {
"new-cap": 0, "new-cap": 0,
"complexity": 0, "complexity": 0,
"indent": 0,
"react/prop-types": 0, "react/prop-types": 0,
"react/jsx-no-bind": 0 "react/jsx-no-bind": 0
}, },