Skip to content

Commit aea4b56

Browse files
authored
refactor: aligned lint fixing (#734)
as the other linting / codestyle tools like `prettier` and `stylelint` are fixing the problems right away, we should active this as well for markdownlint.
1 parent 16c47b8 commit aea4b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"*.md": "markdownlint -c .markdown-lint.yml",
2+
"*.md": "markdownlint -c .markdown-lint.yml --fix",
33
".stylelintrc.*": "stylelint --validate --allow-empty-input",
44
"stylelint.config.*": "stylelint --validate --allow-empty-input",
55
"*.{css,scss}": "stylelint --fix --no-validate",

0 commit comments

Comments
 (0)