feat: new CLI, Styles and more (#637)

This commit is contained in:
shadcn
2023-06-22 22:44:52 +04:00
committed by GitHub
parent 3d717f992b
commit eeb17545a1
658 changed files with 23389 additions and 4729 deletions

View File

@@ -10,13 +10,12 @@
"plugins": ["tailwindcss"],
"rules": {
"@next/next/no-html-link-for-pages": "off",
"react/jsx-key": "off",
"tailwindcss/no-custom-classname": "off",
"tailwindcss/classnames-order": "error"
},
"settings": {
"tailwindcss": {
"callees": ["cn"],
"callees": ["cn", "cva"],
"config": "tailwind.config.cjs"
},
"next": {