mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-10 21:17:31 +02:00
♻️ Update eslint config (#1424)
This commit is contained in:
parent
01396b6129
commit
d55131c2ab
162 changed files with 337 additions and 266 deletions
|
@ -1,5 +1,5 @@
|
|||
import { i18nDefaultConfig, i18nInstance } from "../i18n";
|
||||
import { EmailContext } from "../types";
|
||||
import type { EmailContext } from "../types";
|
||||
|
||||
i18nInstance.init({
|
||||
...i18nDefaultConfig,
|
||||
|
|
|
@ -9,7 +9,7 @@ import {
|
|||
} from "@react-email/components";
|
||||
import { Trans } from "react-i18next/TransWithoutContext";
|
||||
|
||||
import { EmailContext } from "../types";
|
||||
import type { EmailContext } from "../types";
|
||||
import { darkTextColor, fontFamily, Link, Text } from "./styled-components";
|
||||
|
||||
export interface EmailLayoutProps {
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
import type {
|
||||
LinkProps,
|
||||
SectionProps,
|
||||
TextProps} from "@react-email/components";
|
||||
import {
|
||||
Button as UnstyledButton,
|
||||
Heading as UnstyledHeading,
|
||||
Link as UnstyledLink,
|
||||
LinkProps,
|
||||
Section as UnstyledSection,
|
||||
SectionProps,
|
||||
Text as UnstyledText,
|
||||
TextProps,
|
||||
Text as UnstyledText
|
||||
} from "@react-email/components";
|
||||
|
||||
import type { EmailContext } from "../types";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue