mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Fix eslint warnings
This commit is contained in:
parent
dd824179f1
commit
72ca818500
35 changed files with 510 additions and 290 deletions
|
|
@ -1,7 +1,9 @@
|
|||
|
||||
class AbstractBoot
|
||||
{
|
||||
bootstart(Remote) {}
|
||||
bootstart() {
|
||||
// eslint-disable-line no-empty
|
||||
}
|
||||
}
|
||||
|
||||
export {AbstractBoot, AbstractBoot as default};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue