Skip to content

Commit

Permalink
fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
epszaw committed Dec 19, 2024
1 parent 8103857 commit 8b3d998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-awesome/src/generators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
nullsLast,
ordinal,
} from "@allurereport/core-api";
import {AllureStore, filterTree, ReportFiles, ResultFile} from "@allurereport/plugin-api";
import { type AllureStore, type ReportFiles, type ResultFile, filterTree } from "@allurereport/plugin-api";
import { createTreeByLabels, sortTree, transformTree } from "@allurereport/plugin-api";
import type {
AllureAwesomeFixtureResult,
Expand Down

0 comments on commit 8b3d998

Please sign in to comment.