chore(deps): update lint (#3372)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
renovate[bot] 2025-09-08 10:34:02 +09:00 committed by GitHub
parent 7b747780b6
commit e986c03f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 376 additions and 254 deletions

View file

@ -13,9 +13,9 @@ watchEffect(() => {
}
const duration
= days.value * 24 * 60 * 60
+ hours.value * 60 * 60
+ minutes.value * 60
= days.value * 24 * 60 * 60
+ hours.value * 60 * 60
+ minutes.value * 60
if (duration <= 0) {
isValid.value = false