diff --git a/.eslintrc.yml b/.eslintrc.yml index 8c4ed784f1..c6a003fe06 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -7,8 +7,6 @@ extends: - google parserOptions: ecmaVersion: 12 -rules: { +rules: indent: - - error - 4 -}