Commit 7cae621
authored
fix: NRP-2803 circular dependencies (#114)
* chore:move cn function to a separate file
ideally index.ts files should be plain barrel exports
* fix: cn function path everywhere to be a direct import
barrel imports should not be used internally by the library
* chore: add alias for shadcn
* chore: use shadcn alias at components that cause circular dependencies
* feat: add eslint
Basic ESLint config to check for cycle dependencies, we can expand later as required
* feat: introduce husky for pre-commit hooks
* chore: trigger pre-release1 parent 830dfd7 commit 7cae621
File tree
57 files changed
+4972
-1685
lines changed- .husky
- src
- custom
- docs
- components
- header
- helpcard
- triplecard
- shadcn/ui
- utils
- stories/shadcn
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+4972
-1685
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments