chore(deps): update dependency eslint to v9 (#11601)

* chore(deps): update dependency eslint to v9

* chore: migrate to eslint flat config files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot] 2024-08-05 16:13:16 -04:00 committed by GitHub
parent 2821e0bf95
commit 82d934d09d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1078 additions and 989 deletions

View file

@ -391,7 +391,7 @@
<p>{asset.exifInfo.make || ''} {asset.exifInfo.model || ''}</p>
<div class="flex gap-2 text-sm">
{#if asset.exifInfo?.fNumber}
<p>{`ƒ/${asset.exifInfo.fNumber.toLocaleString($locale)}` || ''}</p>
<p>{$locale ? `ƒ/${asset.exifInfo.fNumber.toLocaleString($locale)}` : ''}</p>
{/if}
{#if asset.exifInfo.exposureTime}