From 525c1710fe24e76cfb43765bfb34f4bd53d0d690 Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 18 Oct 2024 10:41:12 +0000 Subject: [PATCH] chore: auto-fix linting and formatting issues --- apps/server/tailwind.config.ts | 1 - package.json | 2 +- packages/components/package.json | 2 +- packages/models/package.json | 2 +- packages/models/tsconfig.json | 20 +++++--------------- 5 files changed, 8 insertions(+), 19 deletions(-) diff --git a/apps/server/tailwind.config.ts b/apps/server/tailwind.config.ts index 5e568a315d..a19672cb3e 100644 --- a/apps/server/tailwind.config.ts +++ b/apps/server/tailwind.config.ts @@ -1,6 +1,5 @@ import daisyui from "daisyui" import { omit } from "lodash-es" -import colors from "tailwindcss/colors" import resolveConfig from "tailwindcss/resolveConfig" import { baseConfig } from "../../configs/tailwind.base.config" diff --git a/package.json b/package.json index da887fda29..b48507064e 100644 --- a/package.json +++ b/package.json @@ -141,4 +141,4 @@ ] }, "productName": "Follow" -} \ No newline at end of file +} diff --git a/packages/components/package.json b/packages/components/package.json index 3ec5ea13aa..414e9bf647 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -52,4 +52,4 @@ "sonner": "^1.5.0", "usehooks-ts": "3.1.0" } -} \ No newline at end of file +} diff --git a/packages/models/package.json b/packages/models/package.json index 5236b02d7d..e0c262b793 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -19,4 +19,4 @@ "@follow/utils": "workspace:*", "hono": "4.6.5" } -} \ No newline at end of file +} diff --git a/packages/models/tsconfig.json b/packages/models/tsconfig.json index e3a8c34ab3..64cf83ed18 100644 --- a/packages/models/tsconfig.json +++ b/packages/models/tsconfig.json @@ -4,21 +4,11 @@ "baseUrl": ".", "jsx": "preserve", "declaration": true, - "types": [ - "@follow/types/react", - "@follow/types/global", - "vite/client" - ], + "types": ["@follow/types/react", "@follow/types/global", "vite/client"], "paths": { - "@follow/models/*": [ - "./src/*" - ], - "@pkg": [ - "../../package.json" - ] + "@follow/models/*": ["./src/*"], + "@pkg": ["../../package.json"] } }, - "include": [ - "src/**/*" - ] -} \ No newline at end of file + "include": ["src/**/*"] +}