Skip to content

Commit

Permalink
fixup! tools: use stylistic ESLint plugin for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Nov 14, 2023
1 parent 8924dbf commit cd29805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ assert.throws(
message: 'The expression evaluated to a falsy value:\n\n' +
' a(\n' +
' (() => \'string\')()\n' +
' // eslint-disable-next-line operator-linebreak\n' +
' // eslint-disable-next-line @stylistic/js/operator-linebreak\n' +
' ===\n' +
' 123 instanceof\n' +
' Buffer\n' +
Expand All @@ -840,7 +840,7 @@ assert.throws(
message: 'The expression evaluated to a falsy value:\n\n' +
' a(\n' +
' (() => \'string\')()\n' +
' // eslint-disable-next-line operator-linebreak\n' +
' // eslint-disable-next-line @stylistic/js/operator-linebreak\n' +
' ===\n' +
' 123 instanceof\n' +
' Buffer\n' +
Expand Down

0 comments on commit cd29805

Please sign in to comment.