Skip to content

Commit 7b591e3

Browse files
authoredSep 27, 2024
feat: Migrate to shadcn cli and update dependencies (magicuidesign#337)
* feat: mvp shadcn cli working * fix: update conf files * fix: lint and prettier * fix: lint and prettier
1 parent c779f74 commit 7b591e3

File tree

329 files changed

+13071
-2815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

329 files changed

+13071
-2815
lines changed
 

‎.eslintrc.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,18 @@
44
"extends": [
55
"next/core-web-vitals",
66
"prettier",
7-
"plugin:@next/next/recommended",
87
"plugin:tailwindcss/recommended"
98
],
109
"plugins": ["tailwindcss"],
1110
"rules": {
12-
"tailwindcss/no-contradicting-classname":"off",
13-
"react/no-unescaped-entities": "off",
14-
"@next/next/no-page-custom-font": "off",
1511
"@next/next/no-html-link-for-pages": "off",
1612
"tailwindcss/no-custom-classname": "off",
17-
"tailwindcss/classnames-order": "off",
18-
"no-multiple-empty-lines": [
19-
"error",
20-
{
21-
"max": 1
22-
}
23-
],
24-
"semi": "error",
25-
"no-var": "error"
26-
// "react/display-name": [false, {
27-
// "ignoreTranspilerName": false, "checkContextObjects": false
28-
// }]
13+
"tailwindcss/classnames-order": "error"
2914
},
3015
"settings": {
3116
"tailwindcss": {
3217
"callees": ["cn", "cva"],
33-
"config": "tailwind.config.ts"
18+
"config": "tailwind.config.cjs"
3419
},
3520
"next": {
3621
"rootDir": ["app/*/"]

‎.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ yarn-error.log*
4040
next-env.d.ts
4141

4242
.contentlayer
43-
.react-email
44-
.turbo

0 commit comments

Comments
 (0)