mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
fix: adjust some codes to pass all lints
This commit is contained in:
parent
6700c2c116
commit
1a9ac44940
@ -1,4 +1,4 @@
|
||||
locale: '<TODO>'
|
||||
locale: '_'
|
||||
|
||||
style:
|
||||
# dir: 'rtl'
|
||||
|
@ -15,7 +15,7 @@ export interface Config {
|
||||
* language code used for formatting
|
||||
* @default locale
|
||||
*/
|
||||
intlLocale?: LocaleCode;
|
||||
intlLocale?: string;
|
||||
style: StyleConfig;
|
||||
format?: FormatConfig;
|
||||
/**
|
||||
|
@ -18,6 +18,7 @@ export type LocaleCode =
|
||||
| 'nl'
|
||||
| 'nb'
|
||||
| 'nn'
|
||||
| 'no'
|
||||
| 'pl'
|
||||
| 'pt'
|
||||
| 'ro'
|
||||
|
Loading…
x
Reference in New Issue
Block a user