| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 15b7f75 commit f5520cc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -680,7 +680,7 @@ common.expectsError( | |||
| 680 | 680 | () => { | |
| 681 | 681 | a( | |
| 682 | 682 | (() => 'string')() | |
| 683 | - // eslint-disable-next-line | ||
| 683 | + // eslint-disable-next-line operator-linebreak | ||
| 684 | 684 | === | |
| 685 | 685 | 123 instanceof | |
| 686 | 686 | Buffer | |
@@ -692,7 +692,7 @@ common.expectsError( | |||
| 692 | 692 | message: 'The expression evaluated to a falsy value:\n\n' + | |
| 693 | 693 | ' a(\n' + | |
| 694 | 694 | ' (() => \'string\')()\n' + | |
| 695 | - ' // eslint-disable-next-line\n' + | ||
| 695 | + ' // eslint-disable-next-line operator-linebreak\n' + | ||
| 696 | 696 | ' ===\n' + | |
| 697 | 697 | ' 123 instanceof\n' + | |
| 698 | 698 | ' Buffer\n' + | |
@@ -704,7 +704,7 @@ common.expectsError( | |||
| 704 | 704 | () => { | |
| 705 | 705 | a( | |
| 706 | 706 | (() => 'string')() | |
| 707 | - // eslint-disable-next-line | ||
| 707 | + // eslint-disable-next-line operator-linebreak | ||
| 708 | 708 | === | |
| 709 | 709 | 123 instanceof | |
| 710 | 710 | Buffer | |
@@ -716,7 +716,7 @@ common.expectsError( | |||
| 716 | 716 | message: 'The expression evaluated to a falsy value:\n\n' + | |
| 717 | 717 | ' a(\n' + | |
| 718 | 718 | ' (() => \'string\')()\n' + | |
| 719 | - ' // eslint-disable-next-line\n' + | ||
| 719 | + ' // eslint-disable-next-line operator-linebreak\n' + | ||
| 720 | 720 | ' ===\n' + | |
| 721 | 721 | ' 123 instanceof\n' + | |
| 722 | 722 | ' Buffer\n' + | |
| Back | FazBrowse Home | New Git URL |
0 commit comments