Chore: Add code formatting conventions as eslint rules (#5158)

* Add code formatting conventions as eslint rules

* Improve formatting in addQuickReply
This commit is contained in:
Cohee
2026-02-15 01:16:34 +02:00
committed by GitHub
parent d118eee014
commit 357da3219b
94 changed files with 366 additions and 566 deletions
-1
View File
@@ -478,7 +478,6 @@ export class Popup {
break;
}
}
};
this.dlg.addEventListener('keydown', keyListener.bind(this));
}