From 98c5c7b4112b415d53de66bbdced496b89cd867b Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 4 Feb 2023 08:55:28 +0530 Subject: [PATCH] Update docs/package.json --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 77046f797c66..25d5eec99786 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "start": "npm-run-all build:sass --parallel watch:*", "build": "npm-run-all build:sass build:eleventy images", "lint:scss": "stylelint \"**/*.{scss,html}\"", - "lint:links": "hyperlink ./_site/index.html -c 8 --canonicalroot https://eslint.org/docs/head/ -r --internal ./_site/index.html --pretty --skip https:// --skip fragment-redirect --skip migrating-to --skip /blog --skip /play --skip /team --skip /donate --skip /docs/latest --skip _site/rules/null | tap-spot", + "lint:links": "hyperlink ./_site/index.html -c 50 --canonicalroot https://eslint.org/docs/head/ -r --internal ./_site/index.html --pretty --skip https:// --skip fragment-redirect --skip migrating-to --skip /blog --skip /play --skip /team --skip /donate --skip /docs/latest --skip _site/rules/null | tap-spot", "lint:fix:scss": "npm run lint:scss -- --fix" }, "devDependencies": {