chore: update linter

This commit is contained in:
Steven
2024-05-20 20:41:34 +08:00
parent f98a61ba94
commit e55c48865a
15 changed files with 2874 additions and 2288 deletions

View File

@@ -43,7 +43,7 @@ const PreferenceSection: React.FC = () => {
...userSetting,
locale: locale,
} as UserSetting,
["locale"]
["locale"],
);
};
@@ -53,7 +53,7 @@ const PreferenceSection: React.FC = () => {
...userSetting,
colorTheme: colorTheme,
} as UserSetting,
["color_theme"]
["color_theme"],
);
};