Skip to content

Commit f2213f5

Browse files
authored
chore(lint): correct flags for lint-fix script (#1016)
1 parent 11affc9 commit f2213f5

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
@@ -17,7 +17,7 @@
1717
"link-check-offline": "lychee --config ./lychee.toml --offline --root-dir \"$(pwd)/dist/\" --remap \"all-contributors.github.io $(pwd)/dist/\" 'dist/**/*.html'",
1818
"link-check": "lychee --config ./lychee.toml --root-dir \"$(pwd)/dist/\" --remap \"all-contributors.github.io $(pwd)/dist/\" 'dist/**/*.html'",
1919
"lint": "markdownlint **/*.{md,mdx}",
20-
"lint-fix": "markdownlint **/*.{md,mdx}"
20+
"lint-fix": "markdownlint --fix **/*.{md,mdx}"
2121
},
2222
"dependencies": {
2323
"@astrojs/sitemap": "^3.5.1",

0 commit comments

Comments
 (0)