Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.8k
Commit923f61d
fix: false positive with assignment in
* fix: false positive with assignment in `no-extra-parens`Fixes#16850* Update lib/rules/no-extra-parens.jsUpdated as suggestedCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* check assignment operator---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>no-extra-parens (#16872)1 parent9dbe06d commit923f61d
File tree
2 files changed
+69
-2
lines changed- lib/rules
- tests/lib/rules
2 files changed
+69
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
769 | 801 | | |
770 | 802 | | |
771 | 803 | | |
| |||
804 | 836 | | |
805 | 837 | | |
806 | 838 | | |
807 | | - | |
| 839 | + | |
| 840 | + | |
808 | 841 | | |
809 | 842 | | |
810 | 843 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
774 | 786 | | |
775 | 787 | | |
776 | 788 | | |
| |||
3410 | 3422 | | |
3411 | 3423 | | |
3412 | 3424 | | |
3413 | | - | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
| 3428 | + | |
| 3429 | + | |
| 3430 | + | |
| 3431 | + | |
| 3432 | + | |
| 3433 | + | |
| 3434 | + | |
| 3435 | + | |
| 3436 | + | |
| 3437 | + | |
| 3438 | + | |
| 3439 | + | |
| 3440 | + | |
| 3441 | + | |
| 3442 | + | |
| 3443 | + | |
| 3444 | + | |
| 3445 | + | |
| 3446 | + | |
| 3447 | + | |
3414 | 3448 | | |
3415 | 3449 | | |
0 commit comments
Comments
(0)