Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit c510e1a

Browse files
committed
Update readme for binary rules
1 parent 86e14ae commit c510e1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,7 @@ Values: Array of quoted operators
15721572

15731573
```js
15741574
"disallowSpaceBeforeBinaryOperators": [
1575+
"=",
15751576
",",
15761577
"+",
15771578
"-",
@@ -1609,6 +1610,7 @@ Values: Array of quoted operators
16091610

16101611
```js
16111612
"requireSpaceBeforeBinaryOperators": [
1613+
"=",
16121614
",",
16131615
"+",
16141616
"-",
@@ -1646,6 +1648,7 @@ Values: Array of quoted operators
16461648

16471649
```js
16481650
"disallowSpaceAfterBinaryOperators": [
1651+
"=",
16491652
",",
16501653
"+",
16511654
"-",
@@ -1683,6 +1686,7 @@ Values: Array of quoted operators
16831686

16841687
```js
16851688
"requireSpaceAfterBinaryOperators": [
1689+
"=",
16861690
",",
16871691
"+",
16881692
"-",

0 commit comments

Comments
 (0)