Skip to content

Commit

Permalink
chore(ZCH-86): prettier rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-tavoletti-zupit committed May 10, 2024
1 parent 6eeb0b0 commit da52ff5
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 49 deletions.
183 changes: 138 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/ng-fantasticon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ First you will need to import the `NgFantasticonModule` and to provide your `Ico
`app.module.ts`:

```typescript
import { Icons } from '../path-to-your-icons-enum'
import { NgFantasticonModule } from '@zupit-it/ng-fantasticon'

import { Icons } from '../path-to-your-icons-enum'

@NgModule({
imports: [NgFantasticonModule.forRoot(Icons)]
})
Expand Down
3 changes: 2 additions & 1 deletion packages/ng-fantasticon/src/lib/ng-fantasticon.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ModuleWithProviders, NgModule } from '@angular/core'
import { CommonModule } from '@angular/common'
import { ModuleWithProviders, NgModule } from '@angular/core'

import {
CUSTOM_ICONS_ENUM,
ICONS_NAMES,
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"baseUrl": ".",
"paths": {
"@zupit-it/ng-auth": ["packages/ng-auth/src/index.ts"],
"@zupit-it/ng-fantasticon": ["packages/ng-fantasticon/src/index.ts"],
"@zupit-it/ng-form": ["packages/ng-form/src/index.ts"],
"@zupit-it/tools": ["packages/tools/src/index.ts"],
"@zupit-it/ng-fantasticon": ["packages/ng-fantasticon/src/index.ts"]
"@zupit-it/tools": ["packages/tools/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
Expand Down

0 comments on commit da52ff5

Please sign in to comment.