mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 10:27:03 -04:00
Add more eslint rules
This commit is contained in:
parent
0109381a4f
commit
dea34503ef
13 changed files with 33 additions and 21 deletions
|
@ -26,7 +26,7 @@ export default definePlugin({
|
|||
],
|
||||
|
||||
altify(props: any) {
|
||||
if (props.alt !== "GIF") return;
|
||||
if (props.alt !== "GIF") return props.alt;
|
||||
|
||||
let url: string = props.original || props.src;
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue