Skip to content

Commit

Permalink
Update docs/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 4, 2023
1 parent bec45d4 commit 98c5c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 98c5c7b

Please sign in to comment.