mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 03:12:14 +00:00
style: add new rule for imports (#785)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Datastore from '@seald-io/nedb';
|
||||
import path from 'path';
|
||||
import path from 'node:path';
|
||||
|
||||
import Datastore from '@seald-io/nedb';
|
||||
import type {
|
||||
Notification,
|
||||
NotificationCount,
|
||||
@@ -8,8 +8,8 @@ import type {
|
||||
NotificationState,
|
||||
} from '@shared/types/Notification';
|
||||
|
||||
import BaseService from './BaseService';
|
||||
import config from '../../config';
|
||||
import BaseService from './BaseService';
|
||||
|
||||
type NotificationServiceEvents = {
|
||||
NOTIFICATION_COUNT_CHANGE: (payload: {id: number; data: NotificationCount}) => void;
|
||||
|
||||
Reference in New Issue
Block a user