Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/acm-ucr/developer-station in…
Browse files Browse the repository at this point in the history
…to darsh175223/course-content-page--ui
  • Loading branch information
darsh175223 committed Nov 25, 2024
2 parents 00a0390 + 4746436 commit f2be344
Show file tree
Hide file tree
Showing 11 changed files with 1,585 additions and 338 deletions.
21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default [
{
rules: {
"react/react-in-jsx-scope": "off",
"@typescript-eslint/no-unused-expressions": "off",
},
},
];
Loading

0 comments on commit f2be344

Please sign in to comment.