We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8924dbf commit cd29805Copy full SHA for cd29805
1 file changed
test/parallel/test-assert.js
@@ -816,7 +816,7 @@ assert.throws(
816
message: 'The expression evaluated to a falsy value:\n\n' +
817
' a(\n' +
818
' (() => \'string\')()\n' +
819
- ' // eslint-disable-next-line operator-linebreak\n' +
+ ' // eslint-disable-next-line @stylistic/js/operator-linebreak\n' +
820
' ===\n' +
821
' 123 instanceof\n' +
822
' Buffer\n' +
@@ -840,7 +840,7 @@ assert.throws(
840
841
842
843
844
845
846
0 commit comments