add import linting + fix checks

This commit is contained in:
Felix Roos 2023-01-28 21:00:42 +01:00
parent ea2d8b2773
commit 902f722d4c
17 changed files with 317 additions and 173 deletions

View file

@ -40,7 +40,7 @@ export const ALGOLIA = {
apiKey: 'XXXXXXXXXX',
};
export type Sidebar = Record<typeof KNOWN_LANGUAGE_CODES[number], Record<string, { text: string; link: string }[]>>;
export type Sidebar = Record<(typeof KNOWN_LANGUAGE_CODES)[number], Record<string, { text: string; link: string }[]>>;
export const SIDEBAR: Sidebar = {
en: {
Tutorial: [