diff --git a/index.js b/index.js index 61f2920..31082fa 100644 --- a/index.js +++ b/index.js @@ -691,6 +691,10 @@ const rules = { 'error', 'both', ], + '@stylistic/indent-binary-ops': [ + 'error', + 'tab', + ], }; const config = {