web: update to new formatting rules, make eslint warnings fail ci
This commit is contained in:
2
web/src/django.d.ts
vendored
2
web/src/django.d.ts
vendored
@ -6,5 +6,5 @@ declare namespace django {
|
||||
function ngettext(singular: string, plural: string, count: number): string;
|
||||
function gettext_noop(msgid: string): string;
|
||||
function pgettext(context: string, msgid: string): string;
|
||||
function interpolate(fmt: string, obj: any, named: boolean): string;
|
||||
function interpolate(fmt: string, obj: unknown, named: boolean): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user