fix: adjust some codes to pass all lints

This commit is contained in:
Valentyne Stigloher 2025-09-13 13:18:51 +02:00
parent 6700c2c116
commit 1a9ac44940
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
locale: '<TODO>'
locale: '_'
style:
# dir: 'rtl'

View File

@ -15,7 +15,7 @@ export interface Config {
* language code used for formatting
* @default locale
*/
intlLocale?: LocaleCode;
intlLocale?: string;
style: StyleConfig;
format?: FormatConfig;
/**

View File

@ -18,6 +18,7 @@ export type LocaleCode =
| 'nl'
| 'nb'
| 'nn'
| 'no'
| 'pl'
| 'pt'
| 'ro'