Skip to content

Commit cd29805

Browse files
committed
fixup! tools: use stylistic ESLint plugin for formatting
1 parent 8924dbf commit cd29805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/parallel/test-assert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ assert.throws(
816816
message: 'The expression evaluated to a falsy value:\n\n' +
817817
' a(\n' +
818818
' (() => \'string\')()\n' +
819-
' // eslint-disable-next-line operator-linebreak\n' +
819+
' // eslint-disable-next-line @stylistic/js/operator-linebreak\n' +
820820
' ===\n' +
821821
' 123 instanceof\n' +
822822
' Buffer\n' +
@@ -840,7 +840,7 @@ assert.throws(
840840
message: 'The expression evaluated to a falsy value:\n\n' +
841841
' a(\n' +
842842
' (() => \'string\')()\n' +
843-
' // eslint-disable-next-line operator-linebreak\n' +
843+
' // eslint-disable-next-line @stylistic/js/operator-linebreak\n' +
844844
' ===\n' +
845845
' 123 instanceof\n' +
846846
' Buffer\n' +

0 commit comments

Comments
 (0)