Skip to content

Commit

Permalink
feat(extensions): add a prettier schematic (#273)
Browse files Browse the repository at this point in the history
Added my favorite prettier schematic that works to add prettier into angular project.
  • Loading branch information
aaronfrost authored and mrmeku committed Oct 18, 2018
1 parent 62de102 commit 2ef897d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/src/api/read-extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ export function availableExtensions() {
description: 'Kendo UI Upload component'
},
{ name: '@progress/kendo-schematics', description: 'Kendo UI schematics' },
{
name: '@schuchard/prettier',
description: 'Adds Prettier to your Angular project'
},

{
name: 'ng-zorro-antd',
description:
Expand Down

0 comments on commit 2ef897d

Please sign in to comment.