diff --git a/md-linkcheck.json b/md-linkcheck.json deleted file mode 100644 index a4cc4b443..000000000 --- a/md-linkcheck.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "httpHeaders": [ - { - "urls": [ - "https://github.com/", - "https://guides.github.com/", - "https://docs.github.com/", - "https://help.github.com/", - "https://support.github.com" - ], - "headers": { - "Accept-Encoding": "zstd, br, gzip, deflate" - } - } - ] -} diff --git a/package.json b/package.json index 9576b2515..6f14ca27d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "echo \"There are no tests :(\"", "build": "ncc build -o dist index.js", "format": "prettier --write index.js src/ping.js", - "check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c md-linkcheck.json", + "check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check", "update:cypress": "./scripts/update-cypress-latest.sh", "prepare": "husky" },