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": {