mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 18:25:25 +00:00
style: add new rule for imports (#785)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {EventEmitter} from 'events';
|
||||
import type {EventMap} from 'typed-emitter';
|
||||
import type TypedEmitter from 'typed-emitter';
|
||||
import {EventEmitter} from 'node:events';
|
||||
|
||||
import type {UserInDatabase} from '@shared/schema/Auth';
|
||||
import type {EventMap} from 'typed-emitter';
|
||||
import type TypedEmitter from 'typed-emitter';
|
||||
|
||||
import type {ServiceInstances} from '.';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user