chore: lint and format repo - 1 lint error left

This commit is contained in:
doprz
2024-03-05 23:06:12 -06:00
committed by Razboy20
parent 8f360206fb
commit 2593b371d5
7 changed files with 14 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ const TableDataSelector = {
SCHEDULE_HOURS: 'td[data-th="Hour"]>span',
SCHEDULE_LOCATION: 'td[data-th="Room"]>span',
FLAGS: 'td[data-th="Flags"] ul li',
} as const;
} as const satisfies Record<string, string>;
type TableDataSelectorType = (typeof TableDataSelector)[keyof typeof TableDataSelector];