X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.mjs;h=1d74fb4e16d20aeb63dfd7ad8e7563130425378f;hb=75de9f41ce00bec38febd6d82653d3d82f1bb884;hp=b9f9cc9911f02ba4db340b427d32da9b244239d4;hpb=2ab815450d7de12d7d63c46f6192aae2eb6e9b36;p=poolifier.git diff --git a/typedoc.mjs b/typedoc.mjs index b9f9cc99..1d74fb4e 100644 --- a/typedoc.mjs +++ b/typedoc.mjs @@ -9,7 +9,7 @@ try { }) const markdownFiles = readdirSync( join(dirname(fileURLToPath(import.meta.url)), 'docs') - ).filter(file => file.endsWith('.md')) + ).filter((file) => file.endsWith('.md')) for (const markdownFile of markdownFiles) { copyFileSync( join(dirname(fileURLToPath(import.meta.url)), 'docs', markdownFile),