Skip to content

Commit

Permalink
Docs: Add 'When Not To Use' section to space-infix-ops (#10931)
Browse files Browse the repository at this point in the history
  • Loading branch information
madbence authored and platinumazure committed Oct 8, 2018
1 parent 3dccac4 commit f85547a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rules/space-infix-ops.md
Expand Up @@ -73,3 +73,7 @@ var {a = 0} = bar;

function foo(a = 0) { }
```

## When Not To Use It

You can turn this rule off if you are not concerned with the consistency of spacing around infix operators.

0 comments on commit f85547a

Please sign in to comment.