Skip to content

Commit 8717dce

Browse files
committed
chore: Fix lint
1 parent 1373ca8 commit 8717dce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/markdown-confluence-sync/src/lib/docusaurus/DocusaurusFlatPages.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ export const MarkdownFlatDocuments: MarkdownFlatDocumentsConstructor = class Mar
2727
private _initialized = false;
2828
private _filesPattern: FilesPattern;
2929

30-
constructor({
31-
logger,
32-
filesPattern,
33-
cwd,
34-
}: MarkdownFlatDocumentsOptions) {
30+
constructor({ logger, filesPattern, cwd }: MarkdownFlatDocumentsOptions) {
3531
this._path = cwd;
3632
this._filesPattern = filesPattern as FilesPattern;
3733
this._logger = logger.namespace("doc-flat");

0 commit comments

Comments
 (0)