Skip to content

Commit

Permalink
chore: markdownlint autofix on commit (#15783)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Apr 14, 2022
1 parent 938dbdd commit 3bca59e
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 3bca59e

Please sign in to comment.