mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
♻️ Update eslint config (#1424)
This commit is contained in:
parent
01396b6129
commit
d55131c2ab
162 changed files with 337 additions and 266 deletions
8
apps/landing/declarations/i18next.d.ts
vendored
8
apps/landing/declarations/i18next.d.ts
vendored
|
@ -1,9 +1,9 @@
|
|||
import "react-i18next";
|
||||
|
||||
import blog from "../public/locales/en/blog.json";
|
||||
import common from "../public/locales/en/common.json";
|
||||
import home from "../public/locales/en/home.json";
|
||||
import pricing from "../public/locales/en/pricing.json";
|
||||
import type blog from "../public/locales/en/blog.json";
|
||||
import type common from "../public/locales/en/common.json";
|
||||
import type home from "../public/locales/en/home.json";
|
||||
import type pricing from "../public/locales/en/pricing.json";
|
||||
|
||||
interface I18nNamespaces {
|
||||
common: typeof common;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue