Fix lint errors

This commit is contained in:
Tim Chevalier 2025-11-03 15:17:28 -08:00
parent f1828f3ebf
commit d50ce09c59
5 changed files with 15 additions and 8 deletions

View File

@ -3,8 +3,9 @@
/*--- /*---
esid: sec-temporal.instant.prototype.round esid: sec-temporal.instant.prototype.round
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign description: >
before comparing it RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
before comparing it
features: [Temporal] features: [Temporal]
---*/ ---*/

View File

@ -3,7 +3,9 @@
/*--- /*---
esid: sec-temporal.instant.prototype.tostring esid: sec-temporal.instant.prototype.tostring
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign description: >
RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
before comparing it.
features: [Temporal] features: [Temporal]
---*/ ---*/

View File

@ -3,8 +3,9 @@
/*--- /*---
esid: sec-temporal.plaindatetime.prototype.round esid: sec-temporal.plaindatetime.prototype.round
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign description: >
before comparing it RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
before comparing it
includes: [temporalHelpers.js] includes: [temporalHelpers.js]
features: [Temporal] features: [Temporal]
---*/ ---*/

View File

@ -3,8 +3,9 @@
/*--- /*---
esid: sec-temporal.zoneddatetime.prototype.round esid: sec-temporal.zoneddatetime.prototype.round
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign description: >
before comparing it RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
before comparing it
features: [Temporal] features: [Temporal]
---*/ ---*/

View File

@ -3,7 +3,9 @@
/*--- /*---
esid: sec-temporal.zoneddatetime.prototype.tostring esid: sec-temporal.zoneddatetime.prototype.tostring
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign description: >
RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
before comparing it.
features: [Temporal] features: [Temporal]
---*/ ---*/