Skip to content

Commit 4e1beb9

Browse files
committed
Update script for lint:social test
1 parent 9b2bdbe commit 4e1beb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint:links": "hyperlink -r build/index.html --canonicalroot https://webpack.js.org/ | node ./src/scripts/check-links.js",
3636
"lint:js": "eslint . --ext .js --ext .jsx",
3737
"lint:markdown": "markdownlint --config ./.markdownlint.json *.md ./src/content/**/*.md",
38-
"lint:social": "alex ./**/*.md",
38+
"lint:social": "alex . -q",
3939
"lint:prose": "cp .proselintrc ~/ && proselint src/content",
4040
"test": "npm run lint",
4141
"sitemap": "cd build && sitemap-static --prefix=https://webpack.js.org/ > sitemap.xml"

0 commit comments

Comments
 (0)