Skip to content

Commit

Permalink
chore: markdownlint autofix on commit (eslint#15783)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas authored and srijan-deepsource committed May 30, 2022
1 parent 34db00b commit 01ea32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
},
"lint-staged": {
"*.js": "eslint --fix",
"*.md": "markdownlint"
"*.md": "markdownlint --fix"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 01ea32f

Please sign in to comment.