Skip to content

Commit

Permalink
feat: filter + big refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger committed Nov 8, 2024
1 parent 0f11e2f commit 062b8aa
Show file tree
Hide file tree
Showing 46 changed files with 2,102 additions and 202 deletions.
4 changes: 2 additions & 2 deletions frontend/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"ui": "@/components/ui/shadcn",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
}
2 changes: 2 additions & 0 deletions frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ export default tseslint.config(
'react/prop-types': [2, { ignore: ['className', 'orientation'] }],
'@typescript-eslint/no-confusing-void-expression': 'off',
},
ignores: ['src/**/shadcn/**']

},
)
Loading

0 comments on commit 062b8aa

Please sign in to comment.