We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11affc9 commit f2213f5Copy full SHA for f2213f5
package.json
@@ -17,7 +17,7 @@
17
"link-check-offline": "lychee --config ./lychee.toml --offline --root-dir \"$(pwd)/dist/\" --remap \"all-contributors.github.io $(pwd)/dist/\" 'dist/**/*.html'",
18
"link-check": "lychee --config ./lychee.toml --root-dir \"$(pwd)/dist/\" --remap \"all-contributors.github.io $(pwd)/dist/\" 'dist/**/*.html'",
19
"lint": "markdownlint **/*.{md,mdx}",
20
- "lint-fix": "markdownlint **/*.{md,mdx}"
+ "lint-fix": "markdownlint --fix **/*.{md,mdx}"
21
},
22
"dependencies": {
23
"@astrojs/sitemap": "^3.5.1",
0 commit comments