chore(backend): Resolve import/no-default-export rule violations (#11732)
* Disable `import/no-default-export` properly * Disable `import/no-default-export`
This commit is contained in:
parent
792622aead
commit
dd1783f984
359 changed files with 359 additions and 701 deletions
|
|
@ -20,6 +20,7 @@ import type { StreamEventEmitter, StreamMessages } from './types.js';
|
|||
/**
|
||||
* Main stream connection
|
||||
*/
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default class Connection {
|
||||
public user?: MiUser;
|
||||
public token?: MiAccessToken;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue