style: add new rule for imports (#785)

This commit is contained in:
Trim21
2024-08-14 06:31:39 +08:00
committed by GitHub
parent 53ba39de72
commit 2a0d29c1f5
72 changed files with 353 additions and 306 deletions
+3 -4
View File
@@ -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;