diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-09-28 10:47:00 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-09-28 10:47:00 +0000 |
| commit | cdbedf6c2f5480a32f077c70fb614fdca6282db4 (patch) | |
| tree | 02f9f2738ac58ae2507031755c277b36823c9f75 /apps/web/components/admin | |
| parent | e395ac27a45e608fab76e6c604d3ebcf9fb71c06 (diff) | |
| download | karakeep-cdbedf6c2f5480a32f077c70fb614fdca6282db4.tar.zst | |
chore: Silence lint on <a> and <img> tags when it's intentional
Diffstat (limited to 'apps/web/components/admin')
| -rw-r--r-- | apps/web/components/admin/ServerStats.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/admin/ServerStats.tsx b/apps/web/components/admin/ServerStats.tsx index dd74e414..e60f0fbe 100644 --- a/apps/web/components/admin/ServerStats.tsx +++ b/apps/web/components/admin/ServerStats.tsx @@ -34,6 +34,7 @@ function ReleaseInfo() { let newRelease; if (latestRelease && currentRelease != latestRelease) { newRelease = ( + // oxlint-disable-next-line no-html-link-for-pages <a href={REPO_RELEASE_PAGE} target="_blank" |
