[-] Remove eslint

This commit is contained in:
Hykilpikonna
2022-08-12 14:17:28 -04:00
parent 3675cfdc0f
commit 228ef21098
3 changed files with 2 additions and 26 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export default class PostView extends Vue
return linkifyUrls(this.p.text)
}
getImageStyle(post: Post, i: Image): unknown
getImageStyle(post: Post, i: Image): object
{
if (post.img_group_style)
{