a badly looking image cards thing

This commit is contained in:
2020-10-14 20:50:30 +03:00
committed by Stepan Usatiuk
parent 07ccc56636
commit c20642dba4
17 changed files with 364 additions and 65 deletions

View File

@@ -54,6 +54,7 @@
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/unbound-method": "off"
"@typescript-eslint/unbound-method": "off",
"react/prop-types": "off"
}
}