mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 18:47:44 +00:00
style: add new rule for imports (#785)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import type {Request, Response, NextFunction} from 'express';
|
||||
|
||||
import {getAllServices} from '../services';
|
||||
import type {NextFunction, Request, Response} from 'express';
|
||||
|
||||
import type {ServiceInstances} from '../services';
|
||||
import {getAllServices} from '../services';
|
||||
|
||||
declare global {
|
||||
// eslint-disable-next-line @typescript-eslint/no-namespace
|
||||
|
||||
Reference in New Issue
Block a user