Skip to content

Commit

Permalink
unused dep and prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
posthello-code committed Aug 30, 2024
1 parent 7ca5d70 commit c84ad6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"singleQuote": false
}
2 changes: 1 addition & 1 deletion src/app/timeline-viewer/timeline-viewer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ProgressSpinnerModule } from "primeng/progressspinner";
import { SlackerNewsApiService } from "../services/slacker-news-api.service";
import { ListboxModule } from "primeng/listbox";
import { CommonModule, NgFor, NgIf } from "@angular/common";
import { forkJoin, retry, retryWhen } from "rxjs";
import { forkJoin, retry } from "rxjs";
import { Story } from "../models/stories";
import { Comment } from "../models/comments";

Expand Down

0 comments on commit c84ad6a

Please sign in to comment.