File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ common.expectsError(
692
692
( ) => {
693
693
a (
694
694
( ( ) => 'string' ) ( )
695
- // eslint-disable-next-line
695
+ // eslint-disable-next-line operator-linebreak
696
696
===
697
697
123 instanceof
698
698
Buffer
@@ -704,7 +704,7 @@ common.expectsError(
704
704
message : 'The expression evaluated to a falsy value:\n\n' +
705
705
' a(\n' +
706
706
' (() => \'string\')()\n' +
707
- ' // eslint-disable-next-line\n' +
707
+ ' // eslint-disable-next-line operator-linebreak \n' +
708
708
' ===\n' +
709
709
' 123 instanceof\n' +
710
710
' Buffer\n' +
@@ -716,7 +716,7 @@ common.expectsError(
716
716
( ) => {
717
717
a (
718
718
( ( ) => 'string' ) ( )
719
- // eslint-disable-next-line
719
+ // eslint-disable-next-line operator-linebreak
720
720
===
721
721
123 instanceof
722
722
Buffer
@@ -728,7 +728,7 @@ common.expectsError(
728
728
message : 'The expression evaluated to a falsy value:\n\n' +
729
729
' a(\n' +
730
730
' (() => \'string\')()\n' +
731
- ' // eslint-disable-next-line\n' +
731
+ ' // eslint-disable-next-line operator-linebreak \n' +
732
732
' ===\n' +
733
733
' 123 instanceof\n' +
734
734
' Buffer\n' +
You can’t perform that action at this time.
0 commit comments