feat(website): add shadcn and magicUI components
This commit is contained in:
@@ -8,7 +8,12 @@ import globals from 'globals'
|
||||
import tseslint from 'typescript-eslint'
|
||||
|
||||
export default defineConfig([
|
||||
globalIgnores(['**/dist', '**/test-pages', '**/node_modules']),
|
||||
globalIgnores([
|
||||
'**/dist',
|
||||
'**/test-pages',
|
||||
'**/node_modules',
|
||||
'packages/website/src/components/ui',
|
||||
]),
|
||||
{
|
||||
plugins: {
|
||||
'react-hooks': reactHooks,
|
||||
|
||||
Reference in New Issue
Block a user