Skip to content

Commit

Permalink
Add @stylistic/indent-binary-ops rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 3, 2024
1 parent fb5e204 commit d91defd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,10 @@ const rules = {
'error',
'both',
],
'@stylistic/indent-binary-ops': [
'error',
'tab',
],
};

const config = {
Expand Down

0 comments on commit d91defd

Please sign in to comment.