chore: update biome format

This commit is contained in:
Mauricio Siu
2024-07-20 02:55:17 -06:00
parent fd092f1248
commit 9230178005
4 changed files with 365 additions and 365 deletions

View File

@@ -1,8 +1,8 @@
import {
Body,
Button,
Container,
Column,
Container,
Head,
Heading,
Hr,
@@ -12,8 +12,8 @@ import {
Preview,
Row,
Section,
Text,
Tailwind,
Text,
} from "@react-email/components";
import * as React from "react";

View File

@@ -21,7 +21,7 @@
"db:truncate": "tsx -r dotenv/config ./server/db/reset.ts",
"db:studio": "drizzle-kit studio --config ./server/db/drizzle.config.ts",
"check": "biome check",
"format": "biome format",
"format": "biome format --write",
"lint": "biome lint",
"typecheck": "tsc",
"db:seed": "tsx -r dotenv/config ./server/db/seed.ts",