Skip to content

Commit

Permalink
chore: auto-fix linting and formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei authored and github-actions[bot] committed Oct 18, 2024
1 parent 63a53e1 commit 525c171
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 19 deletions.
1 change: 0 additions & 1 deletion apps/server/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@
]
},
"productName": "Follow"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"sonner": "^1.5.0",
"usehooks-ts": "3.1.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"@follow/utils": "workspace:*",
"hono": "4.6.5"
}
}
}
20 changes: 5 additions & 15 deletions packages/models/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*"
]
}
"include": ["src/**/*"]
}

0 comments on commit 525c171

Please sign in to comment.