Update eslint-suppressions.json

This commit is contained in:
Samuel Newman
2026-05-20 21:13:57 +03:00
parent 14bd7b2568
commit d8f4cef147
+2 -2
View File
@@ -76,7 +76,7 @@
}, },
"src/components/Post/Embed/ImageEmbed.tsx": { "src/components/Post/Embed/ImageEmbed.tsx": {
"@typescript-eslint/no-explicit-any": { "@typescript-eslint/no-explicit-any": {
"count": 1 "count": 2
} }
}, },
"src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/utils.tsx": { "src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/utils.tsx": {
@@ -174,7 +174,7 @@
}, },
"src/components/images/AutoSizedImage.tsx": { "src/components/images/AutoSizedImage.tsx": {
"@typescript-eslint/no-explicit-any": { "@typescript-eslint/no-explicit-any": {
"count": 1 "count": 2
} }
}, },
"src/components/images/Gallery/index.tsx": { "src/components/images/Gallery/index.tsx": {