Skip to content

Commit a7b1781

Browse files
authored
refactor: aligned lint fixing (#3083)
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 b4b3af0 commit a7b1781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/.lintstagedrc

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
"*.{css,scss}": "stylelint --fix",
44
"*.{js,ts,tsx}": "eslint --fix "
55
}

0 commit comments

Comments
 (0)