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 -3
View File
@@ -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 '.';