We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39f5aea + 01c092c commit 10457faCopy full SHA for 10457fa
.config/.lintstagedrc.json
@@ -1,5 +1,5 @@
1
{
2
- "*.md": "markdownlint -c .markdown-lint.yml",
+ "*.md": "markdownlint -c .markdown-lint.yml --fix",
3
".stylelintrc.*": "stylelint --validate --allow-empty-input",
4
"stylelint.config.*": "stylelint --validate --allow-empty-input",
5
"*.{css,scss}": "stylelint --fix --allow-empty-input --no-validate",
0 commit comments