Keep indent rule enabled

pull/21833/head
J. Ryan Stinnett 2021-06-29 15:30:38 +01:00
parent 782e793925
commit 07f057f381
1 changed files with 0 additions and 1 deletions

View File

@ -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