chore(deps): update lint (#3131)

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-01-13 05:30:58 +00:00 committed by GitHub
parent 9da6f45269
commit 2a85c9ebd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 370 additions and 354 deletions

View file

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