mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 02:29:01 +00:00
style: add new rule for imports (#785)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import type {Response} from 'express';
|
||||
|
||||
import type {ServerEvents} from '@shared/types/ServerEvents';
|
||||
import type {Response} from 'express';
|
||||
|
||||
class ServerEvent {
|
||||
res: Response;
|
||||
|
||||
Reference in New Issue
Block a user