We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2bdbe commit 4e1beb9Copy full SHA for 4e1beb9
package.json
@@ -35,7 +35,7 @@
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 ./**/*.md",
+ "lint:social": "alex . -q",
39
"lint:prose": "cp .proselintrc ~/ && proselint src/content",
40
"test": "npm run lint",
41
"sitemap": "cd build && sitemap-static --prefix=https://webpack.js.org/ > sitemap.xml"
0 commit comments