style: format config settings changes

This commit is contained in:
2026-05-17 02:41:17 -07:00
parent 0298a066ad
commit bcbd0173e5
6 changed files with 10 additions and 20 deletions
+1 -7
View File
@@ -80,13 +80,7 @@ const JSON_OBJECT_FIELDS = new Set([
const SECRET_PATHS = new Set(['ai.apiKey', 'jimaku.apiKey', 'anilist.accessToken']);
const COLOR_SUFFIXES = new Set([
'Color',
'color',
'backgroundColor',
'singleColor',
'nPlusOne',
]);
const COLOR_SUFFIXES = new Set(['Color', 'color', 'backgroundColor', 'singleColor', 'nPlusOne']);
const OPTION_BY_PATH = new Map(CONFIG_OPTION_REGISTRY.map((entry) => [entry.path, entry]));