diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 532f3e3..a156b02 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,6 +1,7 @@ default: true +first-line-h1: false line-length: false -no-inline-html: false no-hard-tabs: code_blocks: false spaces_per_tab: 2 +no-inline-html: false diff --git a/LICENSE.txt b/LICENSE.md similarity index 100% rename from LICENSE.txt rename to LICENSE.md diff --git a/typedoc.json b/typedoc.json index 470158a..f723f9a 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,4 +1,5 @@ { "$schema": "https://typedoc.org/schema.json", - "entryPoints": ["./src/index.ts"] + "entryPoints": ["./src/index.ts"], + "projectDocuments": ["LICENSE.md"] }