Skip to content

Commit

Permalink
chore(all): use biome (#1833)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabriel miranda <[email protected]>
  • Loading branch information
3 people committed Jan 29, 2025
1 parent b05b100 commit 97a7904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions packages/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"url": "https://github.com/resend/react-email.git",
"directory": "packages/react-email"
},
"keywords": [
"react",
"email"
],
"keywords": ["react", "email"],
"engines": {
"node": ">=18.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { AnimatePresence, LayoutGroup, motion } from 'framer-motion';
import Link from 'next/link';
import { useSearchParams } from 'next/navigation';
import { cn } from '../../utils';
import { emailsDirectoryAbsolutePath } from '../../utils/emails-directory-absolute-path';
import type { EmailsDirectory } from '../../utils/get-emails-directory-metadata';
import { IconFile } from '../icons/icon-file';
import { FileTreeDirectory } from './file-tree-directory';
Expand Down Expand Up @@ -63,7 +62,7 @@ export const FileTreeDirectoryChildren = (props: {
};
const isCurrentPage = props.currentEmailOpenSlug
? removeExtensionFrom(props.currentEmailOpenSlug) ===
emailSlug
emailSlug
: false;

return (
Expand Down

0 comments on commit 97a7904

Please sign in to comment.