mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 03:39:24 +00:00
style: add new rule for imports (#785)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import {EventEmitter} from 'events';
|
||||
import type TypedEmitter from 'typed-emitter';
|
||||
import {EventEmitter} from 'node:events';
|
||||
|
||||
import type {Disks} from '@shared/types/DiskUsage';
|
||||
|
||||
import {isPlatformSupported, diskUsage} from '../util/diskUsageUtil';
|
||||
import type TypedEmitter from 'typed-emitter';
|
||||
|
||||
import type {SupportedPlatform} from '../util/diskUsageUtil';
|
||||
import {diskUsage, isPlatformSupported} from '../util/diskUsageUtil';
|
||||
|
||||
export interface DiskUsageSummary {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user