Add eslint

This commit is contained in:
2023-12-10 14:04:02 +03:00
parent 91f1833534
commit b926f0edbf
18 changed files with 8172 additions and 529 deletions

View File

@@ -1,3 +1,3 @@
export function getChatBody() {
return document.getElementsByClassName("_im_peer_history im-page-chat-contain")[0];
return document.getElementsByClassName('_im_peer_history im-page-chat-contain')[0]
}