chore: disable rules in oxlint (#9154)

This commit is contained in:
Brooooooklyn
2024-12-13 10:49:35 +00:00
parent 2452ccd1e5
commit ea746e3d77
53 changed files with 621 additions and 269 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import dayjs from 'dayjs';
import { I18n } from '../i18next';
import { type I18nInstance, I18n } from '../i18next';
export type TimeUnit =
| 'second'
@@ -46,7 +46,7 @@ export function i18nTime(
time: dayjs.ConfigType,
options: {
// override i18n instance, default is global I18n instance
i18n?: I18n;
i18n?: I18nInstance;
// override now time, default is current time
now?: dayjs.ConfigType;
relative?: