Skip to content

Commit

Permalink
chore: adds primeflex ignore dep config
Browse files Browse the repository at this point in the history
  • Loading branch information
rustygreen committed Feb 10, 2024
1 parent a0c4eb5 commit 7cd6f3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@

## Features

- πŸ”₯ Pre-designed Supabase components for popular UI libraries
- πŸ”₯ Pre-designed Supabase components for popular UI libraries (PrimeNG, Material, Bootstrap)
- ✨ Eliminate boilerplate code and get right to consuming Supabase services
- πŸ“ Extendable and highly-configurable components
- 😍 Full Supabase authentication goodness, ready to go!
- πŸ’ͺ Built on top of [Angular 17](https://blog.angular.io/introducing-angular-v17-4d7033312e4b) with [Signals]()https://angular.io/guide/signals and [SSR](https://angular.io/guide/ssr) support
- πŸ’ͺ Built on top of [Angular 17](https://blog.angular.io/introducing-angular-v17-4d7033312e4b) with [Signals](https://angular.io/guide/signals) and [SSR](https://angular.io/guide/ssr) support

## Docs

- [Example Site](https://ng-supabase.netlify.app/)
- Full docs coming soon...
> In the meantime, please checkout the [demo code](https://github.com/rustygreen/ng-supabase/tree/main/apps/demo) for a fully working example.
## Getting Started

Expand Down
7 changes: 6 additions & 1 deletion libs/primeng/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
"@nx/dependency-checks": [
"error",
{
"ignoredDependencies": ["primeflex"]
}
]
}
}
]
Expand Down

0 comments on commit 7cd6f3c

Please sign in to comment.