We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd50d5 commit 4a687e1Copy full SHA for 4a687e1
package.json
@@ -32,6 +32,7 @@
32
"fetch": "sh src/scripts/fetch.sh",
33
"init:generated": "mkdirp ./generated/loaders && mkdirp ./generated/plugins ",
34
"lint": "run-s lint:*",
35
+ "lint:links": "hyperlink -r build/index.html --canonicalroot https://webpack.js.org/ | node ./src/scripts/check-links.js",
36
"lint:js": "eslint . --ext .js --ext .jsx",
37
"lint:markdown": "markdownlint --config ./.markdownlint.json *.md ./src/content/**/*.md",
38
"lint:social": "alex . -q",
0 commit comments