Initial move towards new ESLint config supporting TS
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
parent
c2aa8eb82b
commit
5b1536cc02
22 changed files with 3300 additions and 597 deletions
6
js/modules/i18n.d.ts
vendored
Normal file
6
js/modules/i18n.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { LocalizerType } from '../../ts/types/Util';
|
||||
|
||||
export const setup: (
|
||||
language: string,
|
||||
messages: Record<string, unknown>
|
||||
) => LocalizerType;
|
Loading…
Add table
Add a link
Reference in a new issue