chore: use satisfies where applicable (#8884)

* chore: use satisfies where applicable

* chore: remove unneeded eslint ignores

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Suneet Tipirneni
2022-12-15 21:12:38 -05:00
committed by GitHub
parent 7a5134459c
commit 273ba45e27
5 changed files with 13 additions and 13 deletions

View File

@@ -415,7 +415,7 @@ export const TimestampStyles = {
* Relative time format, consisting of a relative duration format, e.g. 2 months ago
*/
RelativeTime: 'R',
} as const;
} as const satisfies Record<string, string>;
/**
* The possible values, see {@link TimestampStyles} for more information