diff --git a/.eslintrc.js b/.eslintrc.js index cf648b7021..bf6e245b93 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -38,7 +38,6 @@ module.exports = { // Things we do that break the ideal style "prefer-promise-reject-errors": "off", "quotes": "off", - "indent": "off", "no-extra-boolean-cast": "off", // Remove Babel things manually due to override limitations